Class: Aws::KendraRanking::Types::CreateRescoreExecutionPlanRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_unitsTypes::CapacityUnitsConfiguration

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.



103
104
105
106
107
108
109
110
111
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 103

class CreateRescoreExecutionPlanRequest < Struct.new(
  :name,
  :description,
  :capacity_units,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

A token that you provide to identify the request to create a rescore execution plan. Multiple calls to the CreateRescoreExecutionPlanRequest API with the same client token will create only one rescore execution plan.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


103
104
105
106
107
108
109
110
111
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 103

class CreateRescoreExecutionPlanRequest < Struct.new(
  :name,
  :description,
  :capacity_units,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description for the rescore execution plan.

Returns:

  • (String)


103
104
105
106
107
108
109
110
111
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 103

class CreateRescoreExecutionPlanRequest < Struct.new(
  :name,
  :description,
  :capacity_units,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name for the rescore execution plan.

Returns:

  • (String)


103
104
105
106
107
108
109
110
111
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 103

class CreateRescoreExecutionPlanRequest < Struct.new(
  :name,
  :description,
  :capacity_units,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

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, and any of the following symbols: _ . : / = + - @.

Returns:



103
104
105
106
107
108
109
110
111
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 103

class CreateRescoreExecutionPlanRequest < Struct.new(
  :name,
  :description,
  :capacity_units,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end