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

GoogleCloudAiplatformV1ModelEvaluationSliceSlice

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

Definition of a slice.

interface GoogleCloudAiplatformV1ModelEvaluationSliceSlice {
readonly dimension?: string;
readonly value?: string;
}

§Properties

§
readonly dimension?: string
[src]

Output only. The dimension of the slice. Well-known dimensions are: * annotationSpec: This slice is on the test data that has either ground truth or prediction with AnnotationSpec.display_name equals to value. * slice: This slice is a user customized slice defined by its SliceSpec.

§

Output only. Specification for how the data was sliced.

§
readonly value?: string
[src]

Output only. The value of the dimension in this slice.