Class: Google::Cloud::AIPlatform::V1::CancelCustomJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CancelCustomJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/job_service.rb
Overview
Request message for JobService.CancelCustomJob.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the CustomJob to cancel.
Format:
projects/{project}/locations/{location}/customJobs/{custom_job}
.
132 133 134 135 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 132 class CancelCustomJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |