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

StartProjectVersionRequest

import type { StartProjectVersionRequest } from "https://aws-api.deno.dev/v0.3/services/rekognition.ts?docs=full";
interface StartProjectVersionRequest {
MinInferenceUnits: number;
ProjectVersionArn: string;
}

§Properties

§
MinInferenceUnits: number
[src]

The minimum number of inference units to use. A single inference unit represents 1 hour of processing and can support up to 5 Transaction Pers Second (TPS). Use a higher number to increase the TPS throughput of your model. You are charged for the number of inference units that you use.

§
ProjectVersionArn: string
[src]

The Amazon Resource Name(ARN) of the model version that you want to start.