Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::CreateInstructionRequest.
Request message for CreateInstruction.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#instruction
def instruction() -> ::Google::Cloud::DataLabeling::V1beta1::Instruction
Returns
- (::Google::Cloud::DataLabeling::V1beta1::Instruction) — Required. Instruction of how to perform the labeling task.
#instruction=
def instruction=(value) -> ::Google::Cloud::DataLabeling::V1beta1::Instruction
Parameter
- value (::Google::Cloud::DataLabeling::V1beta1::Instruction) — Required. Instruction of how to perform the labeling task.
Returns
- (::Google::Cloud::DataLabeling::V1beta1::Instruction) — Required. Instruction of how to perform the labeling task.
#parent
def parent() -> ::String
Returns
- (::String) — Required. Instruction resource parent, format: projects/{project_id}
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. Instruction resource parent, format: projects/{project_id}
Returns
- (::String) — Required. Instruction resource parent, format: projects/{project_id}