Class: Google::Cloud::AIPlatform::V1::CreateDataLabelingJobRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#data_labeling_job::Google::Cloud::AIPlatform::V1::DataLabelingJob

Returns Required. The DataLabelingJob to create.

Returns:



146
147
148
149
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 146

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

#parent::String

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

Returns:

  • (::String)

    Required. The parent of the DataLabelingJob. Format: projects/{project}/locations/{location}



146
147
148
149
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 146

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