Class: Aws::KendraRanking::Types::DescribeRescoreExecutionPlanResponse

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

#arnString

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

Returns:

  • (String)


206
207
208
209
210
211
212
213
214
215
216
217
218
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 206

class DescribeRescoreExecutionPlanResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :capacity_units,
  :created_at,
  :updated_at,
  :status,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#capacity_unitsTypes::CapacityUnitsConfiguration

The capacity units set for the rescore execution plan. A capacity of zero indicates that the rescore execution plan is using the default capacity. For more information on the default capacity and additional capacity units, see Adjusting capacity.



206
207
208
209
210
211
212
213
214
215
216
217
218
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 206

class DescribeRescoreExecutionPlanResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :capacity_units,
  :created_at,
  :updated_at,
  :status,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The Unix timestamp of when the rescore execution plan was created.

Returns:

  • (Time)


206
207
208
209
210
211
212
213
214
215
216
217
218
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 206

class DescribeRescoreExecutionPlanResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :capacity_units,
  :created_at,
  :updated_at,
  :status,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description for the rescore execution plan.

Returns:

  • (String)


206
207
208
209
210
211
212
213
214
215
216
217
218
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 206

class DescribeRescoreExecutionPlanResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :capacity_units,
  :created_at,
  :updated_at,
  :status,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

When the Status field value is FAILED, the ErrorMessage field contains a message that explains why.

Returns:

  • (String)


206
207
208
209
210
211
212
213
214
215
216
217
218
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 206

class DescribeRescoreExecutionPlanResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :capacity_units,
  :created_at,
  :updated_at,
  :status,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the rescore execution plan.

Returns:

  • (String)


206
207
208
209
210
211
212
213
214
215
216
217
218
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 206

class DescribeRescoreExecutionPlanResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :capacity_units,
  :created_at,
  :updated_at,
  :status,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name for the rescore execution plan.

Returns:

  • (String)


206
207
208
209
210
211
212
213
214
215
216
217
218
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 206

class DescribeRescoreExecutionPlanResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :capacity_units,
  :created_at,
  :updated_at,
  :status,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the rescore execution plan. When the value is ACTIVE, the rescore execution plan is ready for use. If the Status field value is FAILED, the ErrorMessage field contains a message that explains why.

Returns:

  • (String)


206
207
208
209
210
211
212
213
214
215
216
217
218
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 206

class DescribeRescoreExecutionPlanResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :capacity_units,
  :created_at,
  :updated_at,
  :status,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The Unix timestamp of when the rescore execution plan was last updated.

Returns:

  • (Time)


206
207
208
209
210
211
212
213
214
215
216
217
218
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 206

class DescribeRescoreExecutionPlanResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :capacity_units,
  :created_at,
  :updated_at,
  :status,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end