Google Cloud Ai Platform V1 Client - Class ModelVersionCheckpoint (1.38.0)

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 \ 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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.