public sealed class DeleteNasJobRequest : IMessage<DeleteNasJobRequest>, IEquatable<DeleteNasJobRequest>, IDeepCloneable<DeleteNasJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class DeleteNasJobRequest.
Request message for
[JobService.DeleteNasJob][google.cloud.aiplatform.v1beta1.JobService.DeleteNasJob].
[[["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."],[[["`DeleteNasJobRequest` is a class in the Vertex AI v1beta1 API, specifically used as a request message for the `JobService.DeleteNasJob` method."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteNasJobRequest` class has two constructors: a default constructor and one that accepts another `DeleteNasJobRequest` object."],["It includes two properties: `Name`, which is a required string representing the resource name of the NasJob to be deleted, and `NasJobName`, which is a typed view over the `Name`."],["The namespace for this class is `Google.Cloud.AIPlatform.V1Beta1`, and it is part of the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]