Class: Google::Cloud::AIPlatform::V1::TunedModel
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::TunedModel
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/tuning_job.rb
Overview
The Model Registry Model and Online Prediction Endpoint associated with this TuningJob.
Instance Attribute Summary collapse
-
#checkpoints ⇒ ::Array<::Google::Cloud::AIPlatform::V1::TunedModelCheckpoint>
readonly
Output only.
-
#endpoint ⇒ ::String
readonly
Output only.
-
#model ⇒ ::String
readonly
Output only.
Instance Attribute Details
#checkpoints ⇒ ::Array<::Google::Cloud::AIPlatform::V1::TunedModelCheckpoint> (readonly)
138 139 140 141 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 138 class TunedModel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#endpoint ⇒ ::String (readonly)
138 139 140 141 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 138 class TunedModel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#model ⇒ ::String (readonly)
138 139 140 141 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 138 class TunedModel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |