Class: Google::Cloud::AIPlatform::V1::DeleteDataLabelingJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeleteDataLabelingJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/job_service.rb
Overview
Request message for JobService.DeleteDataLabelingJob.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the DataLabelingJob to be deleted.
Format:
projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}
.
234 235 236 237 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 234 class DeleteDataLabelingJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |