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.4/services/rekognition.ts?docs=full";
interface StartProjectVersionRequest {
MaxInferenceUnits?: number | null;
MinInferenceUnits: number;
ProjectVersionArn: string;
}

§Properties

§
MaxInferenceUnits?: number | null
[src]

The maximum number of inference units to use for auto-scaling the model. If you don't specify a value, Amazon Rekognition Custom Labels doesn't auto-scale the model.

§
MinInferenceUnits: number
[src]

The minimum number of inference units to use. A single inference unit represents 1 hour of processing.

For information about the number of transactions per second (TPS) that an inference unit can support, see Running a trained Amazon Rekognition Custom Labels model in the Amazon Rekognition Custom Labels Guide.

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.