Class: Aws::KendraRanking::Types::CapacityUnitsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::KendraRanking::Types::CapacityUnitsConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendraranking/types.rb
Overview
Sets additional capacity units configured for your rescore execution plan. A rescore execution plan is an Amazon Kendra Intelligent Ranking resource used for provisioning the ‘Rescore` API. You can add and remove capacity units to fit your usage requirements.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rescore_capacity_units ⇒ Integer
The amount of extra capacity for your rescore execution plan.
Instance Attribute Details
#rescore_capacity_units ⇒ Integer
The amount of extra capacity for your rescore execution plan.
A single extra capacity unit for a rescore execution plan provides 0.01 rescore requests per second. You can add up to 1000 extra capacity units.
43 44 45 46 47 |
# File 'lib/aws-sdk-kendraranking/types.rb', line 43 class CapacityUnitsConfiguration < Struct.new( :rescore_capacity_units) SENSITIVE = [] include Aws::Structure end |