public sealed class ModelVersionCheckpoint : IMessage<ModelVersionCheckpoint>, IEquatable<ModelVersionCheckpoint>, IDeepCloneable<ModelVersionCheckpoint>, IBufferMessage, IMessage
Reference 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This document provides reference documentation for the `ModelVersionCheckpoint` class within the Vertex AI v1beta1 API, specifically detailing its structure, implementation, and properties."],["`ModelVersionCheckpoint` is a proto representation of a Spanner-stored ModelVersionCheckpoint, and it inherits from the base `object` class while implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor, and a constructor that takes another `ModelVersionCheckpoint` object as a parameter."],["Key properties of the `ModelVersionCheckpoint` class include `CheckpointId` (a string), `Epoch` (a long integer), and `Step` (a long integer), which represent the identifier, epoch, and step of the checkpoint, respectively."]]],[]]