Class ImportDataRequest

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

Request message for AutoMl.ImportData.

Attributes

NameDescription
name str
Required. Dataset name. Dataset must already exist. All imported annotations and examples will be added.
input_config google.cloud.automl_v1beta1.types.InputConfig
Required. The desired input location and its domain specific semantics, if any.

Inheritance

builtins.object > proto.message.Message > ImportDataRequest