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

GoogleCloudDatalabelingV1beta1ExampleComparison

import type { GoogleCloudDatalabelingV1beta1ExampleComparison } from "https://googleapis.deno.dev/v1/datalabeling:v1beta1.ts";

Example comparisons comparing ground truth output and predictions for a specific input.

interface GoogleCloudDatalabelingV1beta1ExampleComparison {
modelCreatedExamples?: GoogleCloudDatalabelingV1beta1Example[];
}

§Properties

§

The ground truth output for the input.

§

Predictions by the model for the input.