public sealed class DeleteCustomJobRequest : IMessage<DeleteCustomJobRequest>, IEquatable<DeleteCustomJobRequest>, IDeepCloneable<DeleteCustomJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class DeleteCustomJobRequest.
Request message for
[JobService.DeleteCustomJob][google.cloud.aiplatform.v1beta1.JobService.DeleteCustomJob].
[[["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-21 UTC."],[[["`DeleteCustomJobRequest` is a class within the Vertex AI v1beta1 API, specifically used to request the deletion of a custom job."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, cloning, and buffer management."],["It contains two properties: `CustomJobName`, which is a typed view of the custom job's name, and `Name`, a string representing the full resource name of the custom job to be deleted."],["The class's purpose is to facilitate the `JobService.DeleteCustomJob` operation, as indicated by its association with the `Request message` for that action."],["The `DeleteCustomJobRequest` has two constructors, one default and one that takes in another `DeleteCustomJobRequest` as a parameter, for creating a copy of the request."]]],[]]