class Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1CreateInstructionRequest

Request message for CreateInstruction.

Attributes

instruction[RW]

Instruction of how to perform the labeling task for human operators. Currently only PDF instruction is supported. Corresponds to the JSON property `instruction` @return [Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1Instruction]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/datalabeling_v1beta1/classes.rb, line 1551
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/datalabeling_v1beta1/classes.rb, line 1556
def update!(**args)
  @instruction = args[:instruction] if args.key?(:instruction)
end