Class MigrateAutomlDatasetConfig (1.5.0)

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

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

Attributes

Name Description
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