public sealed class GetNasJobRequest : IMessage<GetNasJobRequest>, IEquatable<GetNasJobRequest>, IDeepCloneable<GetNasJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GetNasJobRequest.
Request message for
[JobService.GetNasJob][google.cloud.aiplatform.v1beta1.JobService.GetNasJob].
[[["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 `GetNasJobRequest` class within the Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["`GetNasJobRequest` is a request message used for the `JobService.GetNasJob` operation, retrieving information about a specified NAS (Neural Architecture Search) job."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties like `Name` (a string representing the NasJob resource name) and `NasJobName` (a typed view over the `Name` property for the resource name)."],["The `GetNasJobRequest` can be instantiated using a parameterless constructor or a constructor that takes another `GetNasJobRequest` instance."]]],[]]