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

GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpecRange

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

A range of values for slice(s). low is inclusive, high is exclusive.

interface GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpecRange {
high?: number;
low?: number;
}

§Properties

§
high?: number
[src]

Exclusive high value for the range.

§
low?: number
[src]

Inclusive low value for the range.