Class: Google::Cloud::AIPlatform::V1::MigratableResource::AutomlModel
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::MigratableResource::AutomlModel
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/migratable_resource.rb
Overview
Represents one Model in automl.googleapis.com.
Instance Attribute Summary collapse
-
#model ⇒ ::String
Full resource name of automl Model.
-
#model_display_name ⇒ ::String
The Model's display name in automl.googleapis.com.
Instance Attribute Details
#model ⇒ ::String
Returns Full resource name of automl Model.
Format:
projects/{project}/locations/{location}/models/{model}
.
79 80 81 82 |
# File 'proto_docs/google/cloud/aiplatform/v1/migratable_resource.rb', line 79 class AutomlModel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#model_display_name ⇒ ::String
Returns The Model's display name in automl.googleapis.com.
79 80 81 82 |
# File 'proto_docs/google/cloud/aiplatform/v1/migratable_resource.rb', line 79 class AutomlModel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |