csvInstruction property

GoogleCloudDatalabelingV1beta1CsvInstruction? csvInstruction
getter/setter pair

Deprecated: this instruction format is not supported any more.

Instruction from a CSV file, such as for classification task. The CSV file should have exact two columns, in the following format: * The first column is labeled data, such as an image reference, text. * The second column is comma separated labels associated with data.

Implementation

GoogleCloudDatalabelingV1beta1CsvInstruction? csvInstruction;