csvInstruction property
- @Deprecated('Not supported. Member documentation may have more information.')
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
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
GoogleCloudDatalabelingV1beta1CsvInstruction? csvInstruction;