public sealed class BatchDeletePipelineJobsResponse : IMessage<BatchDeletePipelineJobsResponse>, IEquatable<BatchDeletePipelineJobsResponse>, IDeepCloneable<BatchDeletePipelineJobsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class BatchDeletePipelineJobsResponse.
Response message for
[PipelineService.BatchDeletePipelineJobs][google.cloud.aiplatform.v1beta1.PipelineService.BatchDeletePipelineJobs].
[[["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 `BatchDeletePipelineJobsResponse` class within the Vertex AI v1beta1 API, specifically the latest version, 1.0.0-beta21."],["The `BatchDeletePipelineJobsResponse` class is a response message used by the `PipelineService.BatchDeletePipelineJobs` method, facilitating the handling of responses from batch delete operations on pipeline jobs."],["This class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message operations."],["The class includes a `PipelineJobs` property of type `RepeatedField\u003cPipelineJob\u003e` that holds the collection of deleted `PipelineJob` objects."],["There are two constructors for `BatchDeletePipelineJobsResponse`, a parameterless one, and one that take another `BatchDeletePipelineJobsResponse` as parameter."]]],[]]