Class: Google::Cloud::AIPlatform::V1::TunedModelCheckpoint

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/tuning_job.rb

Overview

TunedModelCheckpoint for the Tuned Model of a Tuning Job.

Instance Attribute Summary collapse

Instance Attribute Details

#checkpoint_id::String

Returns The ID of the checkpoint.

Returns:

  • (::String)

    The ID of the checkpoint.



369
370
371
372
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 369

class TunedModelCheckpoint
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#endpoint::String

Returns 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}.



369
370
371
372
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 369

class TunedModelCheckpoint
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#epoch::Integer

Returns The epoch of the checkpoint.

Returns:

  • (::Integer)

    The epoch of the checkpoint.



369
370
371
372
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 369

class TunedModelCheckpoint
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#step::Integer

Returns The step of the checkpoint.

Returns:

  • (::Integer)

    The step of the checkpoint.



369
370
371
372
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 369

class TunedModelCheckpoint
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end