Class: Aws::Types::AgenticRetrieveRerankingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AgenticRetrieveRerankingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bedrock_reranking_configuration ⇒ Types::AgenticRetrieveBedrockRerankingConfiguration
Returns the value of attribute bedrock_reranking_configuration.
-
#type ⇒ "BEDROCK_RERANKING_MODEL"
Returns the value of attribute type.
Instance Attribute Details
#bedrock_reranking_configuration ⇒ Types::AgenticRetrieveBedrockRerankingConfiguration
Returns the value of attribute bedrock_reranking_configuration.
194 195 196 |
# File 'sig/types.rbs', line 194 def bedrock_reranking_configuration @bedrock_reranking_configuration end |
#type ⇒ "BEDROCK_RERANKING_MODEL"
Returns the value of attribute type.
195 196 197 |
# File 'sig/types.rbs', line 195 def type @type end |