Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ModelVersionCheckpoint.
A proto representation of a Spanner-stored ModelVersionCheckpoint. The meaning of the fields is equivalent to their in-Spanner counterparts.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#checkpoint_id
def checkpoint_id() -> ::String
Returns
- (::String) — The ID of the checkpoint.
#checkpoint_id=
def checkpoint_id=(value) -> ::String
Parameter
- value (::String) — The ID of the checkpoint.
Returns
- (::String) — The ID of the checkpoint.
#epoch
def epoch() -> ::Integer
Returns
- (::Integer) — The epoch of the checkpoint.
#epoch=
def epoch=(value) -> ::Integer
Parameter
- value (::Integer) — The epoch of the checkpoint.
Returns
- (::Integer) — The epoch of the checkpoint.
#step
def step() -> ::Integer
Returns
- (::Integer) — The step of the checkpoint.
#step=
def step=(value) -> ::Integer
Parameter
- value (::Integer) — The step of the checkpoint.
Returns
- (::Integer) — The step of the checkpoint.