Class: Google::Cloud::DataLabeling::V1beta1::PauseEvaluationJobRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the evaluation job that is going to be paused. Format:

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

Returns:

  • (::String)

    Required. Name of the evaluation job that is going to be paused. Format:

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



767
768
769
770
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 767

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