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

GoogleCloudAiplatformV1SchemaPredictParamsImageObjectDetectionPredictionParams

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

Prediction model parameters for Image Object Detection.

interface GoogleCloudAiplatformV1SchemaPredictParamsImageObjectDetectionPredictionParams {
confidenceThreshold?: number;
maxPredictions?: number;
}

§Properties

§
confidenceThreshold?: number
[src]

The Model only returns predictions with at least this confidence score. Default value is 0.0

§
maxPredictions?: number
[src]

The Model only returns up to that many top, by confidence score, predictions per instance. Note that number of returned predictions is also limited by metadata's predictionsLimit. Default value is 10.