Google Cloud Datalabeling V1beta1 Client - Class CsvInstruction (0.5.5)

Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class CsvInstruction.

Deprecated: this instruction format is not supported any more.

Instruction from a CSV file.

Generated from protobuf message google.cloud.datalabeling.v1beta1.CsvInstruction

Namespace

Google \ Cloud \ DataLabeling \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ gcs_file_uri string

CSV file for the instruction. Only gcs path is allowed.

getGcsFileUri

CSV file for the instruction. Only gcs path is allowed.

Returns
Type Description
string

setGcsFileUri

CSV file for the instruction. Only gcs path is allowed.

Parameter
Name Description
var string
Returns
Type Description
$this