Class: Aws::Types::BedrockRerankingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::BedrockRerankingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#model_configuration ⇒ Types::BedrockRerankingModelConfiguration
Returns the value of attribute model_configuration.
-
#number_of_results ⇒ ::Integer
Returns the value of attribute number_of_results.
Instance Attribute Details
#model_configuration ⇒ Types::BedrockRerankingModelConfiguration
Returns the value of attribute model_configuration.
375 376 377 |
# File 'sig/types.rbs', line 375 def model_configuration @model_configuration end |
#number_of_results ⇒ ::Integer
Returns the value of attribute number_of_results.
376 377 378 |
# File 'sig/types.rbs', line 376 def number_of_results @number_of_results end |