GoogleCloudDatalabelingV1beta1Instruction class

Instruction of how to perform the labeling task for human operators.

Currently only PDF instruction is supported.

Constructors

GoogleCloudDatalabelingV1beta1Instruction({List<String>? blockingResources, String? createTime, GoogleCloudDatalabelingV1beta1CsvInstruction? csvInstruction, String? dataType, String? description, String? displayName, String? name, GoogleCloudDatalabelingV1beta1PdfInstruction? pdfInstruction, String? updateTime})
GoogleCloudDatalabelingV1beta1Instruction.fromJson(Map _json)

Properties

blockingResources List<String>?
The names of any related resources that are blocking changes to the instruction.
getter/setter pair
createTime String?
Creation time of instruction.
getter/setter pair
csvInstruction GoogleCloudDatalabelingV1beta1CsvInstruction?
Deprecated: this instruction format is not supported any more.
getter/setter pair
dataType String?
The data type of this instruction.
getter/setter pair
description String?
User-provided description of the instruction.
getter/setter pair
displayName String?
The display name of the instruction.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Instruction resource name, format: projects/{project_id}/instructions/{instruction_id}
getter/setter pair
pdfInstruction GoogleCloudDatalabelingV1beta1PdfInstruction?
Instruction from a PDF document.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
Last update time of instruction.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited