public sealed class DeleteCustomJobRequest : IMessage<DeleteCustomJobRequest>, IEquatable<DeleteCustomJobRequest>, IDeepCloneable<DeleteCustomJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-25 UTC."],[[["This documentation is for the `DeleteCustomJobRequest` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta12."],["`DeleteCustomJobRequest` is a request message used for the `JobService.DeleteCustomJob` method, which is used to request deletion of a specific custom job."],["The `DeleteCustomJobRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `CustomJobName` (a typed view) and `Name` (a string), which is a required field representing the resource name of the CustomJob to delete."],["The document provides details about the structure and usage of the `DeleteCustomJobRequest` class, including its constructors and members."]]],[]]