Interface CfnExecutionPlan.CapacityUnitsConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnExecutionPlan.CapacityUnitsConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnExecutionPlan
@Stability(Stable)
public static interface CfnExecutionPlan.CapacityUnitsConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.kendraranking.*;
CapacityUnitsConfigurationProperty capacityUnitsConfigurationProperty = CapacityUnitsConfigurationProperty.builder()
.rescoreCapacityUnits(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnExecutionPlan.CapacityUnitsConfigurationPropertystatic final classAn implementation forCfnExecutionPlan.CapacityUnitsConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The amount of extra capacity for your rescore execution plan.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRescoreCapacityUnits
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.
- See Also:
-
builder
-