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

GoogleCloudAiplatformV1StudySpecParameterSpecCategoricalValueSpec

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

Value specification for a parameter in CATEGORICAL type.

interface GoogleCloudAiplatformV1StudySpecParameterSpecCategoricalValueSpec {
defaultValue?: string;
values?: string[];
}

§Properties

§
defaultValue?: string
[src]

A default value for a CATEGORICAL parameter that is assumed to be a relatively good starting point. Unset value signals that there is no offered starting point. Currently only supported by the Vertex AI Vizier service. Not supported by HyperparameterTuningJob or TrainingPipeline.

§
values?: string[]
[src]

Required. The list of possible categories.