Class ImportDataRequest (1.36.4)

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

Request message for DatasetService.ImportData.

Attributes

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

Methods

ImportDataRequest

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

Request message for DatasetService.ImportData.