public sealed class TunedModelCheckpoint : IMessage<TunedModelCheckpoint>, IEquatable<TunedModelCheckpoint>, IDeepCloneable<TunedModelCheckpoint>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class TunedModelCheckpoint.
TunedModelCheckpoint for the Tuned Model of a Tuning Job.
Implements
IMessageTunedModelCheckpoint, IEquatableTunedModelCheckpoint, IDeepCloneableTunedModelCheckpoint, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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 |
|