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

ContinuousParameterRangeSpecification

import type { ContinuousParameterRangeSpecification } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

Defines the possible values for a continuous hyperparameter.

interface ContinuousParameterRangeSpecification {
MaxValue: string;
MinValue: string;
}

§Properties

§
MaxValue: string
[src]

The maximum floating-point value allowed.

§
MinValue: string
[src]

The minimum floating-point value allowed.