Google Cloud Ai Platform V1 Client - Class Checkpoint (1.31.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class Checkpoint.

Describes the machine learning model version checkpoint.

Generated from protobuf message google.cloud.aiplatform.v1.Checkpoint

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__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