public sealed class CreateNasJobRequest : IMessage<CreateNasJobRequest>, IEquatable<CreateNasJobRequest>, IDeepCloneable<CreateNasJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class CreateNasJobRequest.
Request message for
[JobService.CreateNasJob][google.cloud.aiplatform.v1beta1.JobService.CreateNasJob].
[[["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 document provides reference documentation for the `CreateNasJobRequest` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["`CreateNasJobRequest` is a request message used for the `JobService.CreateNasJob` method, which facilitates creating a new NasJob."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["It contains properties such as `NasJob`, `Parent`, and `ParentAsLocationName`, which are used to specify the NasJob to create and its location within Google Cloud."],["Two constructors are listed, one being an empty default constructor and the other allowing the user to pass in another `CreateNasJobRequest` object."]]],[]]