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 assiociated with this TuningJob.
Instance Attribute Summary collapse
-
#endpoint ⇒ ::String
readonly
Output only.
-
#model ⇒ ::String
readonly
Output only.
Instance Attribute Details
#endpoint ⇒ ::String (readonly)
Returns Output only. A resource name of an Endpoint. Format:
projects/{project}/locations/{location}/endpoints/{endpoint}
.
132 133 134 135 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 132 class TunedModel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#model ⇒ ::String (readonly)
Returns Output only. The resource name of the TunedModel. Format:
projects/{project}/locations/{location}/models/{model}
.
132 133 134 135 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 132 class TunedModel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |