View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListOptimalTrialsResponse (google_api_ai_platform v0.13.0)
Response message for VizierService.ListOptimalTrials.
Attributes
-
optimalTrials
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Trial.t)
, default:nil
) - The pareto-optimal Trials for multiple objective Study or the optimal trial for single objective Study. The definition of pareto-optimal can be checked in wiki page. https://en.wikipedia.org/wiki/Pareto_efficiency
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListOptimalTrialsResponse{ optimalTrials: [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Trial.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.