Google Cloud Datalabeling V1beta1 Client - Class ImportDataRequest (0.5.5)

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

Namespace

Google \ Cloud \ DataLabeling \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
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
Type Description
string

setName

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

Parameter
Name Description
var string
Returns
Type Description
$this

getInputConfig

Required. Specify the input source of the data.

Returns
Type Description
Google\Cloud\DataLabeling\V1beta1\InputConfig|null

hasInputConfig

clearInputConfig

setInputConfig

Required. Specify the input source of the data.

Parameter
Name Description
var Google\Cloud\DataLabeling\V1beta1\InputConfig
Returns
Type Description
$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
Type Description
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
Name Description
var string
Returns
Type Description
$this

static::build

Parameters
Name Description
name string

Required. Dataset resource name, format: projects/{project_id}/datasets/{dataset_id} Please see Google\Cloud\DataLabeling\V1beta1\DataLabelingServiceClient::datasetName() for help formatting this field.

inputConfig Google\Cloud\DataLabeling\V1beta1\InputConfig

Required. Specify the input source of the data.

Returns
Type Description
Google\Cloud\DataLabeling\V1beta1\ImportDataRequest