Cloud AI Platform v1 API - Class ModelVersionCheckpoint (3.16.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class ModelVersionCheckpoint.

A proto representation of a Spanner-stored ModelVersionCheckpoint. The meaning of the fields is equivalent to their in-Spanner counterparts.

Inheritance

object > ModelVersionCheckpoint

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.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