public sealed class GetNasTrialDetailRequest : IMessage<GetNasTrialDetailRequest>, IEquatable<GetNasTrialDetailRequest>, IDeepCloneable<GetNasTrialDetailRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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-03-31 UTC."],[[["This documentation is for the `GetNasTrialDetailRequest` class within the Vertex AI v1beta1 API, specifically found in the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["The `GetNasTrialDetailRequest` class is used to send a request to the `JobService.GetNasTrialDetail` method, as part of a broader service within Google Cloud's AI Platform."],["It inherits from the `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling operations like message handling and deep cloning."],["The class has two constructors, a default one and one that accepts another `GetNasTrialDetailRequest` object, allowing for object copying."],["The `GetNasTrialDetailRequest` class includes two properties: `Name` which is a string representing the name of the `NasTrialDetail` resource, and `NasTrialDetailName` which provides a typed view of the `Name` property."]]],[]]