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

GoogleCloudAiplatformV1StudySpecParameterSpecConditionalParameterSpec

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

Represents a parameter spec with condition from its parent parameter.

§Properties

§

Required. The spec for a conditional parameter.

§

The spec for matching values from a parent parameter of CATEGORICAL type.

§

The spec for matching values from a parent parameter of DISCRETE type.

§

The spec for matching values from a parent parameter of INTEGER type.