Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class ImportDataRequest.
Request message for ImportData API.
Generated from protobuf message google.cloud.datalabeling.v1beta1.ImportDataRequest
Methods
build
name
string
Required. Dataset resource name, format: projects/{project_id}/datasets/{dataset_id} Please see {@see \Google\Cloud\DataLabeling\V1beta1\DataLabelingServiceClient::datasetName()} for help formatting this field.
inputConfig
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Dataset resource name, format: projects/{project_id}/datasets/{dataset_id}
↳ input_config
↳ user_email_address
string
Email of the user who started the import task and should be notified by email. If empty no notification will be sent.
getName
Required. Dataset resource name, format: projects/{project_id}/datasets/{dataset_id}
string
setName
Required. Dataset resource name, format: projects/{project_id}/datasets/{dataset_id}
var
string
$this
getInputConfig
Required. Specify the input source of the data.
hasInputConfig
clearInputConfig
setInputConfig
Required. Specify the input source of the data.
$this
getUserEmailAddress
Email of the user who started the import task and should be notified by email. If empty no notification will be sent.
string
setUserEmailAddress
Email of the user who started the import task and should be notified by email. If empty no notification will be sent.
var
string
$this