Class: Aws::Types::VectorSearchBedrockRerankingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::VectorSearchBedrockRerankingConfiguration
- 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::VectorSearchBedrockRerankingModelConfiguration
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.
3111 3112 3113 |
# File 'sig/types.rbs', line 3111 def @metadata_configuration end |
#model_configuration ⇒ Types::VectorSearchBedrockRerankingModelConfiguration
Returns the value of attribute model_configuration.
3109 3110 3111 |
# File 'sig/types.rbs', line 3109 def model_configuration @model_configuration end |
#number_of_reranked_results ⇒ ::Integer
Returns the value of attribute number_of_reranked_results.
3110 3111 3112 |
# File 'sig/types.rbs', line 3110 def number_of_reranked_results @number_of_reranked_results end |