Class: Google::Cloud::DataLabeling::V1beta1::GetEvaluationJobRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the evaluation job. Format:

"projects/{project_id}/evaluationJobs/{evaluation_job_id}".

Returns:

  • (::String)

    Required. Name of the evaluation job. Format:

    "projects/{project_id}/evaluationJobs/{evaluation_job_id}"



756
757
758
759
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 756

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