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

GoogleCloudAiplatformV1NasTrialDetail

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

Represents a NasTrial details along with its parameters. If there is a corresponding train NasTrial, the train NasTrial is also returned.

interface GoogleCloudAiplatformV1NasTrialDetail {
readonly name?: string;
parameters?: string;
}

§Properties

§
readonly name?: string
[src]

Output only. Resource name of the NasTrialDetail.

§
parameters?: string
[src]

The parameters for the NasJob NasTrial.

§

The requested search NasTrial.

§

The train NasTrial corresponding to search_trial. Only populated if search_trial is used for training.