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

GoogleCloudAiplatformV1NasJobOutputMultiTrialJobOutput

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

The output of a multi-trial Neural Architecture Search (NAS) jobs.

interface GoogleCloudAiplatformV1NasJobOutputMultiTrialJobOutput {
readonly searchTrials?: GoogleCloudAiplatformV1NasTrial[];
readonly trainTrials?: GoogleCloudAiplatformV1NasTrial[];
}

§Properties

§
readonly searchTrials?: GoogleCloudAiplatformV1NasTrial[]
[src]

Output only. List of NasTrials that were started as part of search stage.

§
readonly trainTrials?: GoogleCloudAiplatformV1NasTrial[]
[src]

Output only. List of NasTrials that were started as part of train stage.