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

GoogleCloudAiplatformV1SchemaPredictPredictionClassificationPredictionResult

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

Prediction output format for Image and Text Classification.

interface GoogleCloudAiplatformV1SchemaPredictPredictionClassificationPredictionResult {
confidences?: number[];
displayNames?: string[];
ids?: bigint[];
}

§Properties

§
confidences?: number[]
[src]

The Model's confidences in correctness of the predicted IDs, higher value means higher confidence. Order matches the Ids.

§
displayNames?: string[]
[src]

The display names of the AnnotationSpecs that had been identified, order matches the IDs.

§
ids?: bigint[]
[src]

The resource IDs of the AnnotationSpecs that had been identified.