public sealed class BatchCancelPipelineJobsResponse : IMessage<BatchCancelPipelineJobsResponse>, IEquatable<BatchCancelPipelineJobsResponse>, IDeepCloneable<BatchCancelPipelineJobsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class BatchCancelPipelineJobsResponse.
Response message for
[PipelineService.BatchCancelPipelineJobs][google.cloud.aiplatform.v1beta1.PipelineService.BatchCancelPipelineJobs].
[[["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-31 UTC."],[[["The `BatchCancelPipelineJobsResponse` class is part of the Google Cloud AI Platform v1beta1 API, specifically within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["This class serves as the response message for the `PipelineService.BatchCancelPipelineJobs` method, used to manage pipeline jobs."],["It inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `BatchCancelPipelineJobsResponse` class includes a `PipelineJobs` property, which is a `RepeatedField` containing the list of cancelled `PipelineJob` instances."],["There are two constructors available for this class, a default constructor `BatchCancelPipelineJobsResponse()` and another that takes in a `BatchCancelPipelineJobsResponse` as an argument."]]],[]]