Class ImportDataRequest (1.3.0)

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

Request message for DatasetService.ImportData .

Attributes

Name Description
name str
Required. The name of the Dataset resource. Format: ``projects/{project}/locations/{location}/datasets/{dataset}``
import_configs Sequence[ google.cloud.aiplatform_v1.types.ImportDataConfig ]
Required. The desired input locations. The contents of all input locations will be imported in one batch.

Inheritance

builtins.object > proto.message.Message > ImportDataRequest