Google Cloud Datalabeling V1beta1 Client - Class ImportDataRequest (0.1.14)

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

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. Dataset resource name, format: projects/{project_id}/datasets/{dataset_id}

↳ input_config Google\Cloud\DataLabeling\V1beta1\InputConfig

Required. Specify the input source of the data.

↳ 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}

Returns
TypeDescription
string

setName

Required. Dataset resource name, format: projects/{project_id}/datasets/{dataset_id}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getInputConfig

Required. Specify the input source of the data.

Returns
TypeDescription
Google\Cloud\DataLabeling\V1beta1\InputConfig|null

hasInputConfig

clearInputConfig

setInputConfig

Required. Specify the input source of the data.

Parameter
NameDescription
var Google\Cloud\DataLabeling\V1beta1\InputConfig
Returns
TypeDescription
$this

getUserEmailAddress

Email of the user who started the import task and should be notified by email. If empty no notification will be sent.

Returns
TypeDescription
string

setUserEmailAddress

Email of the user who started the import task and should be notified by email. If empty no notification will be sent.

Parameter
NameDescription
var string
Returns
TypeDescription
$this