Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::TunedModelCheckpoint (v1.17.0)

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

TunedModelCheckpoint for the Tuned Model of a Tuning Job.

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.

#endpoint

def endpoint() -> ::String
Returns
  • (::String) — The Endpoint resource name that the checkpoint is deployed to. Format: projects/{project}/locations/{location}/endpoints/{endpoint}.

#endpoint=

def endpoint=(value) -> ::String
Parameter
  • value (::String) — The Endpoint resource name that the checkpoint is deployed to. Format: projects/{project}/locations/{location}/endpoints/{endpoint}.
Returns
  • (::String) — The Endpoint resource name that the checkpoint is deployed to. Format: projects/{project}/locations/{location}/endpoints/{endpoint}.

#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.