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

GoogleCloudAiplatformV1SchemaTrainingjobDefinitionHyperparameterTuningJobSpec

import type { GoogleCloudAiplatformV1SchemaTrainingjobDefinitionHyperparameterTuningJobSpec } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
interface GoogleCloudAiplatformV1SchemaTrainingjobDefinitionHyperparameterTuningJobSpec {
maxFailedTrialCount?: number;
maxTrialCount?: number;
parallelTrialCount?: number;
}

§Properties

§
maxFailedTrialCount?: number
[src]

The number of failed Trials that need to be seen before failing the HyperparameterTuningJob. If set to 0, Vertex AI decides how many Trials must fail before the whole job fails.

§
maxTrialCount?: number
[src]

The desired total number of Trials.

§
parallelTrialCount?: number
[src]

The desired number of Trials to run in parallel.

§

Study configuration of the HyperparameterTuningJob.

§

The spec of a trial job. The same spec applies to the CustomJobs created in all the trials.