Class: Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateAutomlDatasetConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateAutomlDatasetConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/migration_service.rb
Overview
Config for migrating Dataset in automl.googleapis.com to Vertex AI's Dataset.
Instance Attribute Summary collapse
-
#dataset ⇒ ::String
Required.
-
#dataset_display_name ⇒ ::String
Required.
Instance Attribute Details
#dataset ⇒ ::String
163 164 165 166 |
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 163 class MigrateAutomlDatasetConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dataset_display_name ⇒ ::String
163 164 165 166 |
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 163 class MigrateAutomlDatasetConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |