Class: Aws::Types::ManagedSearchBedrockRerankingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ManagedSearchBedrockRerankingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metadata_configuration ⇒ Types::MetadataConfigurationForReranking
Returns the value of attribute metadata_configuration.
-
#model_configuration ⇒ Types::ManagedSearchBedrockRerankingModelConfiguration
Returns the value of attribute model_configuration.
-
#number_of_reranked_results ⇒ ::Integer
Returns the value of attribute number_of_reranked_results.
Instance Attribute Details
#metadata_configuration ⇒ Types::MetadataConfigurationForReranking
Returns the value of attribute metadata_configuration.
1794 1795 1796 |
# File 'sig/types.rbs', line 1794 def @metadata_configuration end |
#model_configuration ⇒ Types::ManagedSearchBedrockRerankingModelConfiguration
Returns the value of attribute model_configuration.
1795 1796 1797 |
# File 'sig/types.rbs', line 1795 def model_configuration @model_configuration end |
#number_of_reranked_results ⇒ ::Integer
Returns the value of attribute number_of_reranked_results.
1796 1797 1798 |
# File 'sig/types.rbs', line 1796 def number_of_reranked_results @number_of_reranked_results end |