You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Rekognition::Types::StartProjectVersionRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StartProjectVersionRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  project_version_arn: "ProjectVersionArn", # required
  min_inference_units: 1, # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#min_inference_unitsInteger

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.

Returns:

  • (Integer)

    The minimum number of inference units to use.

#project_version_arnString

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

Returns:

  • (String)

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