public sealed class NasJobOutput.Types.MultiTrialJobOutput : IMessage<NasJobOutput.Types.MultiTrialJobOutput>, IEquatable<NasJobOutput.Types.MultiTrialJobOutput>, IDeepCloneable<NasJobOutput.Types.MultiTrialJobOutput>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class NasJobOutput.Types.MultiTrialJobOutput.
The output of a multi-trial Neural Architecture Search (NAS) jobs.
[[["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 document provides reference documentation for the `NasJobOutput.Types.MultiTrialJobOutput` class within the Google Cloud AI Platform v1beta1 API, specifically for the .NET implementation."],["The `MultiTrialJobOutput` class represents the output of multi-trial Neural Architecture Search (NAS) jobs, and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and one that accepts another `MultiTrialJobOutput` object for cloning purposes."],["It contains two key properties, `SearchTrials` and `TrainTrials`, both of which are `RepeatedField` lists of `NasTrial` objects, representing the trials run during the search and train stages of a NAS job respectively."],["The class is found within the namespace `Google.Cloud.AIPlatform.V1Beta1` and is implemented in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]