Class: Aws::Types::AgenticRetrieveConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AgenticRetrieveConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#foundation_model_configuration ⇒ Types::FoundationModelConfiguration
Returns the value of attribute foundation_model_configuration.
-
#foundation_model_type ⇒ "CUSTOM", "MANAGED"
Returns the value of attribute foundation_model_type.
-
#max_agent_iteration ⇒ ::Integer
Returns the value of attribute max_agent_iteration.
-
#reranking_configuration ⇒ Types::AgenticRetrieveRerankingConfiguration
Returns the value of attribute reranking_configuration.
-
#reranking_model_type ⇒ "CUSTOM", ...
Returns the value of attribute reranking_model_type.
Instance Attribute Details
#foundation_model_configuration ⇒ Types::FoundationModelConfiguration
Returns the value of attribute foundation_model_configuration.
144 145 146 |
# File 'sig/types.rbs', line 144 def foundation_model_configuration @foundation_model_configuration end |
#foundation_model_type ⇒ "CUSTOM", "MANAGED"
Returns the value of attribute foundation_model_type.
145 146 147 |
# File 'sig/types.rbs', line 145 def foundation_model_type @foundation_model_type end |
#max_agent_iteration ⇒ ::Integer
Returns the value of attribute max_agent_iteration.
146 147 148 |
# File 'sig/types.rbs', line 146 def max_agent_iteration @max_agent_iteration end |
#reranking_configuration ⇒ Types::AgenticRetrieveRerankingConfiguration
Returns the value of attribute reranking_configuration.
147 148 149 |
# File 'sig/types.rbs', line 147 def reranking_configuration @reranking_configuration end |
#reranking_model_type ⇒ "CUSTOM", ...
Returns the value of attribute reranking_model_type.
148 149 150 |
# File 'sig/types.rbs', line 148 def reranking_model_type @reranking_model_type end |