AWS::KendraRanking::ExecutionPlan - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::KendraRanking::ExecutionPlan

Creates a rescore execution plan. A rescore execution plan is an Amazon Kendra Intelligent Ranking resource used for provisioning the Rescore API. You set the number of capacity units that you require for Amazon Kendra Intelligent Ranking to rescore or re-rank a search service's results.

For an example of using the CreateRescoreExecutionPlan API, including using the Python and Java SDKs, see Semantically ranking a search service's results.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::KendraRanking::ExecutionPlan", "Properties" : { "CapacityUnits" : CapacityUnitsConfiguration, "Description" : String, "Name" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::KendraRanking::ExecutionPlan Properties: CapacityUnits: CapacityUnitsConfiguration Description: String Name: String Tags: - Tag

Properties

CapacityUnits

You can set additional capacity units to meet the needs of your rescore execution plan. You are given a single capacity unit by default. If you want to use the default capacity, you don't set additional capacity units. For more information on the default capacity and additional capacity units, see Adjusting capacity.

Required: No

Type: CapacityUnitsConfiguration

Update requires: No interruption

Description

A description for the rescore execution plan.

Required: No

Type: String

Maximum: 1000

Update requires: No interruption

Name

A name for the rescore execution plan.

Required: Yes

Type: String

Minimum: 1

Maximum: 1000

Update requires: No interruption

Tags

A list of key-value pairs that identify or categorize your rescore execution plan. You can also use tags to help control access to the rescore execution plan. Tag keys and values can consist of Unicode letters, digits, white space. They can also consist of underscore, period, colon, equal, plus, and asperand.

Required: No

Type: Array of Tag

Maximum: 200

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the rescore execution plan ID. For example:

{"Ref": "rescore-execution-plan-id"}

For more information about using the Ref function, see Ref.

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

Arn

The Amazon Resource Name (ARN) of the rescore execution plan.

Id

The identifier of the rescore execution plan.