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

GoogleCloudAiplatformV1NasJobSpec

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

Represents the spec of a NasJob.

interface GoogleCloudAiplatformV1NasJobSpec {
resumeNasJobId?: string;
searchSpaceSpec?: string;
}

§Properties

§

The spec of multi-trial algorithms.

§
resumeNasJobId?: string
[src]

The ID of the existing NasJob in the same Project and Location which will be used to resume search. search_space_spec and nas_algorithm_spec are obtained from previous NasJob hence should not provide them again for this NasJob.

§
searchSpaceSpec?: string
[src]

It defines the search space for Neural Architecture Search (NAS).