Class: Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateAutomlDatasetConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#dataset::String

Returns Required. Full resource name of automl Dataset. Format: projects/{project}/locations/{location}/datasets/{dataset}.

Returns:

  • (::String)

    Required. Full resource name of automl Dataset. Format: projects/{project}/locations/{location}/datasets/{dataset}.



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

Returns Required. Display name of the Dataset in Vertex AI. System will pick a display name if unspecified.

Returns:

  • (::String)

    Required. Display name of the Dataset in Vertex AI. System will pick a display name if unspecified.



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