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
constructor(blockingResources: List<String>, createTime: String, csvInstruction: GoogleCloudDatalabelingV1beta1CsvInstructionResponse, dataType: String, description: String, displayName: String, name: String, pdfInstruction: GoogleCloudDatalabelingV1beta1PdfInstructionResponse, updateTime: String)
Properties
Link copied to clipboard
The names of any related resources that are blocking changes to the instruction.
Link copied to clipboard
Creation time of instruction.
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
Optional. User-provided description of the instruction. The description can be up to 10000 characters long.
Link copied to clipboard
The display name of the instruction. Maximum of 64 characters.
Link copied to clipboard
Instruction from a PDF document. The PDF should be in a Cloud Storage bucket.
Link copied to clipboard
Last update time of instruction.