public sealed class CancelPipelineJobRequest : IMessage<CancelPipelineJobRequest>, IEquatable<CancelPipelineJobRequest>, IDeepCloneable<CancelPipelineJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["This documentation covers the `CancelPipelineJobRequest` class within the Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta02."],["The `CancelPipelineJobRequest` class is used to construct request messages for canceling a pipeline job through the `PipelineService.CancelPipelineJob` method."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It contains two constructors: a default constructor and one that accepts another `CancelPipelineJobRequest` object for copying, as well as two properties: `Name` to identify the Pipeline Job by it's project, location, and job id, and `PipelineJobName`, which is a typed view over the name property."]]],[]]