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;
}