Class: Google::Cloud::DataLabeling::V1beta1::GetInstructionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::GetInstructionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb
Overview
Request message for GetInstruction.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Instruction resource name, format: projects/{project_id}/instructions/{instruction_id}.
537 538 539 540 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 537 class GetInstructionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |