public sealed class DeletePipelineJobRequest : IMessage<DeletePipelineJobRequest>, IEquatable<DeletePipelineJobRequest>, IDeepCloneable<DeletePipelineJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeletePipelineJobRequest.
Request message for
[PipelineService.DeletePipelineJob][google.cloud.aiplatform.v1beta1.PipelineService.DeletePipelineJob].
[[["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 details the `DeletePipelineJobRequest` class, which is part of the Cloud AI Platform v1beta1 API and is used to request the deletion of a pipeline job."],["The `DeletePipelineJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data manipulation."],["The class includes properties `Name` (a string representing the pipeline job's resource name) and `PipelineJobName` (a typed view of the resource name), that are used to properly identify the pipeline to be deleted."],["The `DeletePipelineJobRequest` class has two constructors: one default and another that creates a copy of an existing `DeletePipelineJobRequest`."],["This class is found within the `Google.Cloud.AIPlatform.V1Beta1` namespace, within the Google.Cloud.AIPlatform.V1Beta1.dll assembly."]]],[]]