Class: Google::Cloud::AIPlatform::V1::CreateDataLabelingJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CreateDataLabelingJobRequest
- 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
-
#data_labeling_job ⇒ ::Google::Cloud::AIPlatform::V1::DataLabelingJob
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#data_labeling_job ⇒ ::Google::Cloud::AIPlatform::V1::DataLabelingJob
Returns Required. The DataLabelingJob to create.
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}
.
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 |