Class: Google::Cloud::AIPlatform::V1::CancelTrainingPipelineRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CancelTrainingPipelineRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb
Overview
Request message for PipelineService.CancelTrainingPipeline.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the TrainingPipeline to cancel.
Format:
projects/{project}/locations/{location}/trainingPipelines/{training_pipeline}
.
142 143 144 145 |
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_service.rb', line 142 class CancelTrainingPipelineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |