Class: Aws::KendraRanking::Types::CapacityUnitsConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kendraranking/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

Instance Attribute Details

#rescore_capacity_unitsInteger

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.

Returns:

  • (Integer)


43
44
45
46
47
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 43

class CapacityUnitsConfiguration < Struct.new(
  :rescore_capacity_units)
  SENSITIVE = []
  include Aws::Structure
end