public sealed class ModelVersionCheckpoint : IMessage<ModelVersionCheckpoint>, IEquatable<ModelVersionCheckpoint>, IDeepCloneable<ModelVersionCheckpoint>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ModelVersionCheckpoint.
A proto representation of a Spanner-stored ModelVersionCheckpoint. The meaning of the fields is equivalent to their in-Spanner counterparts.
Implements
IMessageModelVersionCheckpoint, IEquatableModelVersionCheckpoint, IDeepCloneableModelVersionCheckpoint, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ModelVersionCheckpoint()
public ModelVersionCheckpoint()ModelVersionCheckpoint(ModelVersionCheckpoint)
public ModelVersionCheckpoint(ModelVersionCheckpoint other)| Parameter | |
|---|---|
| Name | Description |
other |
ModelVersionCheckpoint |
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 |
|