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.
457 458 459 |
# File 'sig/types.rbs', line 457 def model_configuration @model_configuration end |
#number_of_results ⇒ ::Integer
Returns the value of attribute number_of_results.
458 459 460 |
# File 'sig/types.rbs', line 458 def number_of_results @number_of_results end |