Class: Google::Cloud::DataLabeling::V1beta1::GetInstructionRequest

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 GetInstruction.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Instruction resource name, format: projects/{project_id}/instructions/{instruction_id}.

Returns:

  • (::String)

    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