public sealed class GetNasTrialDetailRequest : IMessage<GetNasTrialDetailRequest>, IEquatable<GetNasTrialDetailRequest>, IDeepCloneable<GetNasTrialDetailRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GetNasTrialDetailRequest.
Request message for
[JobService.GetNasTrialDetail][google.cloud.aiplatform.v1beta1.JobService.GetNasTrialDetail].
Required. The name of the NasTrialDetail resource.
Format:
projects/{project}/locations/{location}/nasJobs/{nas_job}/nasTrialDetails/{nas_trial_detail}
[[["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 `GetNasTrialDetailRequest` class is part of the Cloud AI Platform v1beta1 API and is used to request details for a specific NAS (Neural Architecture Search) trial."],["This class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities like deep cloning and message handling."],["It has two constructors, one default and another that takes a `GetNasTrialDetailRequest` object as a parameter, supporting creating instances and cloning existing ones."],["The class includes two key properties, `Name` (a string representing the resource name) and `NasTrialDetailName` (a typed view over the `Name` property), which together identify the specific NAS trial detail being requested."]]],[]]