Class AutomlDataset (1.0.1)

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

Represents one Dataset in automl.googleapis.com. .. attribute:: dataset

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

:type: str

Attribute

Name Description
dataset_display_name str
The Dataset's display name in automl.googleapis.com.

Inheritance

builtins.object > proto.message.Message > AutomlDataset