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-04-09 UTC."],[[["The `BatchCancelPipelineJobsResponse` class is part of the Cloud AI Platform v1beta1 API and is used as a response message for the `PipelineService.BatchCancelPipelineJobs` method."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with protobuf structures."],["The class has two constructors, a default constructor and one that accepts another `BatchCancelPipelineJobsResponse` instance as a parameter for cloning purposes."],["The `PipelineJobs` property, of type `RepeatedField\u003cPipelineJob\u003e`, contains a list of the `PipelineJob` that have been cancelled."],["The class documentation is contained in the `Google.Cloud.AIPlatform.V1Beta1` namespace and is found in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]