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

HyperParameterSpecification

import type { HyperParameterSpecification } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface HyperParameterSpecification {
DefaultValue?: string | null;
Description?: string | null;
IsRequired?: boolean | null;
IsTunable?: boolean | null;
Name: string;
Range?: ParameterRange | null;
}

§Properties

§
DefaultValue?: string | null
[src]
§
Description?: string | null
[src]
§
IsRequired?: boolean | null
[src]
§
IsTunable?: boolean | null
[src]
§
Name: string
[src]
§
Range?: ParameterRange | null
[src]