Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1ListOptimalTrialsResponse

import type { GoogleCloudAiplatformV1ListOptimalTrialsResponse } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

Response message for VizierService.ListOptimalTrials.

interface GoogleCloudAiplatformV1ListOptimalTrialsResponse {
optimalTrials?: GoogleCloudAiplatformV1Trial[];
}

§Properties

§

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