Method: projects.locations.studies.trials.listOptimalTrials

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

Endpoint

post https://{service-endpoint}/v1/{parent}/trials:listOptimalTrials

Where {service-endpoint} is one of the supported service endpoints.

Path parameters

parent string

Required. The name of the Study that the optimal Trial belongs to.

Request body

The request body must be empty.

Response body

Response message for VizierService.ListOptimalTrials.

If successful, the response body contains data with the following structure:

Fields
optimalTrials[] object (Trial)

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

JSON representation
{
  "optimalTrials": [
    {
      object (Trial)
    }
  ]
}