Class: Aws::Types::VectorSearchRerankingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::VectorSearchRerankingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bedrock_reranking_configuration ⇒ Types::VectorSearchBedrockRerankingConfiguration
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::VectorSearchBedrockRerankingConfiguration
Returns the value of attribute bedrock_reranking_configuration.
2872 2873 2874 |
# File 'sig/types.rbs', line 2872 def bedrock_reranking_configuration @bedrock_reranking_configuration end |
#type ⇒ "BEDROCK_RERANKING_MODEL"
Returns the value of attribute type.
2873 2874 2875 |
# File 'sig/types.rbs', line 2873 def type @type end |