Vertex AI v1 API - Class Checkpoint (3.28.0)

public sealed class Checkpoint : IMessage<Checkpoint>, IEquatable<Checkpoint>, IDeepCloneable<Checkpoint>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1 API class Checkpoint.

Describes the machine learning model version checkpoint.

Inheritance

object > Checkpoint

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

Checkpoint()

public Checkpoint()

Checkpoint(Checkpoint)

public Checkpoint(Checkpoint other)
Parameter
Name Description
other Checkpoint

Properties

CheckpointId

public string CheckpointId { get; set; }

The ID of the checkpoint.

Property Value
Type Description
string

Epoch

public long Epoch { get; set; }

The epoch of the checkpoint.

Property Value
Type Description
long

Step

public long Step { get; set; }

The step of the checkpoint.

Property Value
Type Description
long