Class: Aws::Types::RerankRequest
- Inherits:
-
Object
- Object
- Aws::Types::RerankRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#queries ⇒ ::Array[Types::RerankQuery]
Returns the value of attribute queries.
-
#reranking_configuration ⇒ Types::RerankingConfiguration
Returns the value of attribute reranking_configuration.
-
#sources ⇒ ::Array[Types::RerankSource]
Returns the value of attribute sources.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
2206 2207 2208 |
# File 'sig/types.rbs', line 2206 def next_token @next_token end |
#queries ⇒ ::Array[Types::RerankQuery]
Returns the value of attribute queries.
2207 2208 2209 |
# File 'sig/types.rbs', line 2207 def queries @queries end |
#reranking_configuration ⇒ Types::RerankingConfiguration
Returns the value of attribute reranking_configuration.
2208 2209 2210 |
# File 'sig/types.rbs', line 2208 def reranking_configuration @reranking_configuration end |
#sources ⇒ ::Array[Types::RerankSource]
Returns the value of attribute sources.
2209 2210 2211 |
# File 'sig/types.rbs', line 2209 def sources @sources end |