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-25 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 several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits members from the base `object` class, such as `GetHashCode`, `GetType`, and `ToString`, allowing developers to use these built in methods."],["It includes two primary properties, `SearchTrials` and `TrainTrials`, which are read-only lists of `NasTrial` objects that represent the trials from the search and train stages of the NAS job, respectively."],["The current available versions are `1.0.0-beta21`, which is the latest, and `1.0.0-beta20`."]]],[]]