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
- Struct
- Aws::Rekognition::Types::StartProjectVersionRequest
 
- 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
- 
  
    
      #min_inference_units  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The minimum number of inference units to use. 
- 
  
    
      #project_version_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name(ARN) of the model version that you want to start. 
Instance Attribute Details
#min_inference_units ⇒ Integer
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.
#project_version_arn ⇒ String
The Amazon Resource Name(ARN) of the model version that you want to start.