Class: Aws::Kendra::Types::FeaturedResultsSetSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::FeaturedResultsSetSummary
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Summary information for a set of featured results. Featured results are placed above all other results for certain queries. If there's an exact match of a query, then one or more specific documents are featured in the search results.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ Integer
The Unix timestamp when the set of featured results was created.
-
#featured_results_set_id ⇒ String
The identifier of the set of featured results.
-
#featured_results_set_name ⇒ String
The name for the set of featured results.
-
#last_updated_timestamp ⇒ Integer
The Unix timestamp when the set of featured results was last updated.
-
#status ⇒ String
The current status of the set of featured results.
Instance Attribute Details
#creation_timestamp ⇒ Integer
The Unix timestamp when the set of featured results was created.
5283 5284 5285 5286 5287 5288 5289 5290 5291 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5283 class FeaturedResultsSetSummary < Struct.new( :featured_results_set_id, :featured_results_set_name, :status, :last_updated_timestamp, :creation_timestamp) SENSITIVE = [] include Aws::Structure end |
#featured_results_set_id ⇒ String
The identifier of the set of featured results.
5283 5284 5285 5286 5287 5288 5289 5290 5291 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5283 class FeaturedResultsSetSummary < Struct.new( :featured_results_set_id, :featured_results_set_name, :status, :last_updated_timestamp, :creation_timestamp) SENSITIVE = [] include Aws::Structure end |
#featured_results_set_name ⇒ String
The name for the set of featured results.
5283 5284 5285 5286 5287 5288 5289 5290 5291 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5283 class FeaturedResultsSetSummary < Struct.new( :featured_results_set_id, :featured_results_set_name, :status, :last_updated_timestamp, :creation_timestamp) SENSITIVE = [] include Aws::Structure end |
#last_updated_timestamp ⇒ Integer
The Unix timestamp when the set of featured results was last updated.
5283 5284 5285 5286 5287 5288 5289 5290 5291 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5283 class FeaturedResultsSetSummary < Struct.new( :featured_results_set_id, :featured_results_set_name, :status, :last_updated_timestamp, :creation_timestamp) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the set of featured results. When the value is
ACTIVE
, featured results are ready for use. You can still
configure your settings before setting the status to ACTIVE
. You
can set the status to ACTIVE
or INACTIVE
using the
UpdateFeaturedResultsSet API. The queries you specify for
featured results must be unique per featured results set for each
index, whether the status is ACTIVE
or INACTIVE
.
5283 5284 5285 5286 5287 5288 5289 5290 5291 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5283 class FeaturedResultsSetSummary < Struct.new( :featured_results_set_id, :featured_results_set_name, :status, :last_updated_timestamp, :creation_timestamp) SENSITIVE = [] include Aws::Structure end |