Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ModelVersionCheckpoint.
A proto representation of a Spanner-stored ModelVersionCheckpoint.
The meaning of the fields is equivalent to their in-Spanner counterparts.
Generated from protobuf message google.cloud.aiplatform.v1.ModelVersionCheckpoint
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. |
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 |