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
171 172 173 174 |
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 171 class MigrateAutomlDatasetConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dataset_display_name ⇒ ::String
171 172 173 174 |
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 171 class MigrateAutomlDatasetConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |