public sealed class CancelPipelineJobRequest : IMessage<CancelPipelineJobRequest>, IEquatable<CancelPipelineJobRequest>, IDeepCloneable<CancelPipelineJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class CancelPipelineJobRequest.
Request message for
[PipelineService.CancelPipelineJob][google.cloud.aiplatform.v1beta1.PipelineService.CancelPipelineJob].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This documentation is for the `CancelPipelineJobRequest` class within the Google Cloud Vertex AI v1beta1 API, specifically for the latest version 1.0.0-beta21."],["`CancelPipelineJobRequest` is a request message used to cancel a pipeline job through the `PipelineService.CancelPipelineJob` method."],["The class inherits from the base `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it a well structured object."],["The `CancelPipelineJobRequest` class includes a required `Name` property, which specifies the unique identifier of the pipeline job to be cancelled in the format `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}`."],["The `PipelineJobName` property provides a typed view of the `Name` resource name property."]]],[]]