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

GoogleCloudMlV1__StudyConfig

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

Represents configuration of a study.

interface GoogleCloudMlV1__StudyConfig {
algorithm?:
| "ALGORITHM_UNSPECIFIED"
| "GAUSSIAN_PROCESS_BANDIT"
| "GRID_SEARCH"
| "RANDOM_SEARCH";
automatedStoppingConfig?: GoogleCloudMlV1__AutomatedStoppingConfig;
}

§Properties

§
algorithm?: "ALGORITHM_UNSPECIFIED" | "GAUSSIAN_PROCESS_BANDIT" | "GRID_SEARCH" | "RANDOM_SEARCH"
[src]

The search algorithm specified for the study.

§

Configuration for automated stopping of unpromising Trials.

§

Metric specs for the study.

§

Required. The set of parameters to tune.