Google Cloud Datalabeling V1beta1 Client - Class CsvInstruction (0.3.1)

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
NameDescription
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
TypeDescription
string

setGcsFileUri

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this