Class: Google::Cloud::AIPlatform::V1::CancelDataLabelingJobRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/job_service.rb

Overview

Request message for JobService.CancelDataLabelingJob.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the DataLabelingJob. Format: projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}.

Returns:

  • (::String)

    Required. The name of the DataLabelingJob. Format: projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}



246
247
248
249
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 246

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