Vertex AI v1 API - Class TunedModelCheckpoint (3.29.0)

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

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

TunedModelCheckpoint for the Tuned Model of a Tuning Job.

Inheritance

object > TunedModelCheckpoint

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

TunedModelCheckpoint()

public TunedModelCheckpoint()

TunedModelCheckpoint(TunedModelCheckpoint)

public TunedModelCheckpoint(TunedModelCheckpoint other)
Parameter
Name Description
other TunedModelCheckpoint

Properties

CheckpointId

public string CheckpointId { get; set; }

The ID of the checkpoint.

Property Value
Type Description
string

Endpoint

public string Endpoint { get; set; }

The Endpoint resource name that the checkpoint is deployed to. Format: projects/{project}/locations/{location}/endpoints/{endpoint}.

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