Class: Google::Cloud::DataLabeling::V1beta1::CreateInstructionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb

Overview

Request message for CreateInstruction.

Instance Attribute Summary collapse

Instance Attribute Details

#instruction::Google::Cloud::DataLabeling::V1beta1::Instruction

Returns Required. Instruction of how to perform the labeling task.

Returns:



527
528
529
530
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 527

class CreateInstructionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. Instruction resource parent, format: projects/{project_id}.

Returns:

  • (::String)

    Required. Instruction resource parent, format: projects/{project_id}



527
528
529
530
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 527

class CreateInstructionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end