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

GoogleCloudAiplatformV1TrialParameter

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

A message representing a parameter to be tuned.

interface GoogleCloudAiplatformV1TrialParameter {
readonly parameterId?: string;
readonly value?: any;
}

§Properties

§
readonly parameterId?: string
[src]

Output only. The ID of the parameter. The parameter should be defined in StudySpec's Parameters.

§
readonly value?: any
[src]

Output only. The value of the parameter. number_value will be set if a parameter defined in StudySpec is in type 'INTEGER', 'DOUBLE' or 'DISCRETE'. string_value will be set if a parameter defined in StudySpec is in type 'CATEGORICAL'.