Instruction Args
data class InstructionArgs(val csvInstruction: Output<GoogleCloudDatalabelingV1beta1CsvInstructionArgs>? = null, val dataType: Output<InstructionDataType>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val pdfInstruction: Output<GoogleCloudDatalabelingV1beta1PdfInstructionArgs>? = null, val project: Output<String>? = null) : ConvertibleToJava<InstructionArgs>
Creates an instruction for how data should be labeled. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
fun InstructionArgs(csvInstruction: Output<GoogleCloudDatalabelingV1beta1CsvInstructionArgs>? = null, dataType: Output<InstructionDataType>? = null, description: Output<String>? = null, displayName: Output<String>? = null, pdfInstruction: Output<GoogleCloudDatalabelingV1beta1PdfInstructionArgs>? = null, project: Output<String>? = null)
Functions
Properties
Link copied to clipboard
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.
Link copied to clipboard