Class: Aws::KendraRanking::Types::RescoreExecutionPlanSummary

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

Overview

Summary information for a rescore execution plan. A rescore execution plan is an Amazon Kendra Intelligent Ranking resource used for provisioning the Rescore API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The Unix timestamp when the rescore execution plan was created.

Returns:

  • (Time)


391
392
393
394
395
396
397
398
399
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 391

class RescoreExecutionPlanSummary < Struct.new(
  :name,
  :id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the rescore execution plan.

Returns:

  • (String)


391
392
393
394
395
396
397
398
399
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 391

class RescoreExecutionPlanSummary < Struct.new(
  :name,
  :id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the rescore execution plan.

Returns:

  • (String)


391
392
393
394
395
396
397
398
399
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 391

class RescoreExecutionPlanSummary < Struct.new(
  :name,
  :id,
  :created_at,
  :updated_at,
  :status)
  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.

Returns:

  • (String)


391
392
393
394
395
396
397
398
399
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 391

class RescoreExecutionPlanSummary < Struct.new(
  :name,
  :id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

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

Returns:

  • (Time)


391
392
393
394
395
396
397
398
399
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 391

class RescoreExecutionPlanSummary < Struct.new(
  :name,
  :id,
  :created_at,
  :updated_at,
  :status)
  SENSITIVE = []
  include Aws::Structure
end