Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::Checkpoint (v1.8.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::Checkpoint.

Describes the machine learning model version checkpoint.

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.