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-04-09 UTC."],[[["The `DeleteCustomJobRequest` class is part of the Cloud AI Platform v1beta1 API, used for requesting the deletion of a custom job."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffer management."],["`DeleteCustomJobRequest` inherits from the base `object` class and provides two constructors: a default constructor and one that accepts another `DeleteCustomJobRequest` instance for cloning."],["The class includes two properties, `CustomJobName` (a typed view) and `Name` (a string), both related to the name of the custom job to be deleted, with the latter being a required field in the format of a resource identifier."]]],[]]