public sealed class BatchDeletePipelineJobsResponse : IMessage<BatchDeletePipelineJobsResponse>, IEquatable<BatchDeletePipelineJobsResponse>, IDeepCloneable<BatchDeletePipelineJobsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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 covers the `BatchDeletePipelineJobsResponse` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta05."],["The `BatchDeletePipelineJobsResponse` class serves as the response message for the `PipelineService.BatchDeletePipelineJobs` method in the AI Platform API."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class includes a constructor and a property called `PipelineJobs`, which contains a repeated field of `PipelineJob` objects representing the deleted pipeline jobs."],["There is also available the most recent version of the documentation that can be found under version `1.0.0-beta21`."]]],[]]