Class MigrateAutomlDatasetConfig (1.15.1)

MigrateAutomlDatasetConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Config for migrating Dataset in automl.googleapis.com to Vertex AI's Dataset.

Attributes

NameDescription
dataset str
Required. Full resource name of automl Dataset. Format: ``projects/{project}/locations/{location}/datasets/{dataset}``.
dataset_display_name str
Required. Display name of the Dataset in Vertex AI. System will pick a display name if unspecified.

Inheritance

builtins.object > proto.message.Message > MigrateAutomlDatasetConfig