Class: Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateAutomlModelConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateAutomlModelConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/migration_service.rb
Overview
Config for migrating Model in automl.googleapis.com to Vertex AI's Model.
Instance Attribute Summary collapse
-
#model ⇒ ::String
Required.
-
#model_display_name ⇒ ::String
Optional.
Instance Attribute Details
#model ⇒ ::String
Returns Required. Full resource name of automl Model.
Format:
projects/{project}/locations/{location}/models/{model}
.
147 148 149 150 |
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 147 class MigrateAutomlModelConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#model_display_name ⇒ ::String
Returns Optional. Display name of the model in Vertex AI. System will pick a display name if unspecified.
147 148 149 150 |
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 147 class MigrateAutomlModelConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |