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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003e\u003ccode\u003eDeleteCustomJobRequest\u003c/code\u003e is a class within the Vertex AI v1beta1 API, specifically used to request the deletion of a custom job.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in message handling, comparison, cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eIt contains two properties: \u003ccode\u003eCustomJobName\u003c/code\u003e, which is a typed view of the custom job's name, and \u003ccode\u003eName\u003c/code\u003e, a string representing the full resource name of the custom job to be deleted.\u003c/p\u003e\n"],["\u003cp\u003eThe class's purpose is to facilitate the \u003ccode\u003eJobService.DeleteCustomJob\u003c/code\u003e operation, as indicated by its association with the \u003ccode\u003eRequest message\u003c/code\u003e for that action.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteCustomJobRequest\u003c/code\u003e has two constructors, one default and one that takes in another \u003ccode\u003eDeleteCustomJobRequest\u003c/code\u003e as a parameter, for creating a copy of the request.\u003c/p\u003e\n"]]],[],null,[]]