Class: Google::Cloud::AIPlatform::V1::TunedModelCheckpoint
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::TunedModelCheckpoint
- 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
-
#checkpoint_id ⇒ ::String
The ID of the checkpoint.
-
#endpoint ⇒ ::String
The Endpoint resource name that the checkpoint is deployed to.
-
#epoch ⇒ ::Integer
The epoch of the checkpoint.
-
#step ⇒ ::Integer
The step of the checkpoint.
Instance Attribute Details
#checkpoint_id ⇒ ::String
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
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
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
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 |