public sealed class DeleteNasJobRequest : IMessage<DeleteNasJobRequest>, IEquatable<DeleteNasJobRequest>, IDeepCloneable<DeleteNasJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["This documentation is for the `DeleteNasJobRequest` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["`DeleteNasJobRequest` is a request message used to delete a NasJob via the `JobService.DeleteNasJob` method, inheriting from `object` and implementing several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Name`, which specifies the name of the NasJob resource to be deleted, and `NasJobName`, a typed view over the `Name` property."],["The class contains two public constructor, the first with no parameters, and the second with a `DeleteNasJobRequest` object as a parameter."],["The class is found within the `Google.Cloud.AIPlatform.V1Beta1` namespace and is in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]