Class: Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateMlEngineModelVersionConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateMlEngineModelVersionConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/migration_service.rb
Overview
Config for migrating version in ml.googleapis.com to Vertex AI's Model.
Instance Attribute Summary collapse
-
#endpoint ⇒ ::String
Required.
-
#model_display_name ⇒ ::String
Required.
-
#model_version ⇒ ::String
Required.
Instance Attribute Details
#endpoint ⇒ ::String
Returns Required. The ml.googleapis.com endpoint that this model version should be migrated from. Example values:
ml.googleapis.com
us-centrall-ml.googleapis.com
europe-west4-ml.googleapis.com
asia-east1-ml.googleapis.com.
132 133 134 135 |
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 132 class MigrateMlEngineModelVersionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#model_display_name ⇒ ::String
Returns Required. Display name of the model in Vertex AI. System will pick a display name if unspecified.
132 133 134 135 |
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 132 class MigrateMlEngineModelVersionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#model_version ⇒ ::String
Returns Required. Full resource name of ml engine model version.
Format: projects/{project}/models/{model}/versions/{version}
.
132 133 134 135 |
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 132 class MigrateMlEngineModelVersionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |