public sealed class DeletePipelineJobRequest : IMessage<DeletePipelineJobRequest>, IEquatable<DeletePipelineJobRequest>, IDeepCloneable<DeletePipelineJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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."],[[["The `DeletePipelineJobRequest` class is part of the Vertex AI v1beta1 API, specifically designed for requesting the deletion of a pipeline job."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the Google.Protobuf framework."],["`DeletePipelineJobRequest` class contains a `Name` property which holds the unique identifier of the PipelineJob resource to be deleted, following a specific format: `projects/{project}/locations/{location}/pipelineJobs/{pipeline_job}`."],["It also has a `PipelineJobName` property, offering a typed view over the resource name for better data management."],["There are two constructors available for `DeletePipelineJobRequest`: a default constructor and one that accepts another `DeletePipelineJobRequest` instance as a parameter for copying purposes."]]],[]]