Get Instruction Result
data class GetInstructionResult(val blockingResources: List<String>, val createTime: String, val csvInstruction: GoogleCloudDatalabelingV1beta1CsvInstructionResponse, val dataType: String, val description: String, val displayName: String, val name: String, val pdfInstruction: GoogleCloudDatalabelingV1beta1PdfInstructionResponse, val updateTime: String)
Constructors
Link copied to clipboard
fun GetInstructionResult(blockingResources: List<String>, createTime: String, csvInstruction: GoogleCloudDatalabelingV1beta1CsvInstructionResponse, dataType: String, description: String, displayName: String, name: String, pdfInstruction: GoogleCloudDatalabelingV1beta1PdfInstructionResponse, updateTime: String)
Types
Properties
Link copied to clipboard
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
Link copied to clipboard