Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class TunedModelCheckpoint.
TunedModelCheckpoint for the Tuned Model of a Tuning Job.
Generated from protobuf message google.cloud.aiplatform.v1.TunedModelCheckpoint
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ checkpoint_id |
string
The ID of the checkpoint. |
↳ epoch |
int|string
The epoch of the checkpoint. |
↳ step |
int|string
The step of the checkpoint. |
↳ endpoint |
string
The Endpoint resource name that the checkpoint is deployed to. Format: |
getCheckpointId
The ID of the checkpoint.
| Returns | |
|---|---|
| Type | Description |
string |
|
setCheckpointId
The ID of the checkpoint.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEpoch
The epoch of the checkpoint.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setEpoch
The epoch of the checkpoint.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStep
The step of the checkpoint.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setStep
The step of the checkpoint.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEndpoint
The Endpoint resource name that the checkpoint is deployed to. Format:
projects/{project}/locations/{location}/endpoints/{endpoint}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setEndpoint
The Endpoint resource name that the checkpoint is deployed to. Format:
projects/{project}/locations/{location}/endpoints/{endpoint}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|