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-03-25 UTC."],[[["`DeletePipelineJobRequest` is a class in the Google Cloud AI Platform v1beta1 API, specifically designed for use with the `PipelineService.DeletePipelineJob` method."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for enhanced functionality."],["It contains two constructors: a default constructor and one that takes another `DeletePipelineJobRequest` object for creating copies."],["The class includes two key properties, `Name` (a string) and `PipelineJobName` (a typed view over the `Name`), which are essential for identifying the PipelineJob resource to be deleted, following a specified format."],["The class is found within the `Google.Cloud.AIPlatform.V1Beta1` namespace, residing in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]