Class: Aws::KendraRanking::Types::UpdateRescoreExecutionPlanRequest

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.



639
640
641
642
643
644
645
646
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 639

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

#descriptionString

A new description for the rescore execution plan.

Returns:

  • (String)


639
640
641
642
643
644
645
646
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 639

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

#idString

The identifier of the rescore execution plan that you want to update.

Returns:

  • (String)


639
640
641
642
643
644
645
646
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 639

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

#nameString

A new name for the rescore execution plan.

Returns:

  • (String)


639
640
641
642
643
644
645
646
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 639

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