trials_optimal_trials
Creates, updates, deletes, gets or lists a trials_optimal_trials
resource.
Overview
Name | trials_optimal_trials |
Type | Resource |
Id | google.aiplatform.trials_optimal_trials |
Fields
Name | Datatype | Description |
---|---|---|
optimalTrials | array | 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 |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_optimal_trials | SELECT | locationsId, projectsId, studiesId | Lists the pareto-optimal Trials for multi-objective Study or the optimal Trials for single-objective Study. The definition of pareto-optimal can be checked in wiki page. https://en.wikipedia.org/wiki/Pareto_efficiency |
SELECT
examples
Lists the pareto-optimal Trials for multi-objective Study or the optimal Trials for single-objective Study. The definition of pareto-optimal can be checked in wiki page. https://en.wikipedia.org/wiki/Pareto_efficiency
SELECT
optimalTrials
FROM google.aiplatform.trials_optimal_trials
WHERE locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}'
AND studiesId = '{{ studiesId }}';