class Aws::Rekognition::Types::StartProjectVersionRequest

@note When making an API call, you may pass StartProjectVersionRequest

data as a hash:

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

@!attribute [rw] project_version_arn

The Amazon Resource Name(ARN) of the model version that you want to
start.
@return [String]

@!attribute [rw] min_inference_units

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.
@return [Integer]

Constants

SENSITIVE