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.
2288 2289 2290 |
# File 'sig/types.rbs', line 2288 def next_token @next_token end |
#queries ⇒ ::Array[Types::RerankQuery]
Returns the value of attribute queries.
2289 2290 2291 |
# File 'sig/types.rbs', line 2289 def queries @queries end |
#reranking_configuration ⇒ Types::RerankingConfiguration
Returns the value of attribute reranking_configuration.
2290 2291 2292 |
# File 'sig/types.rbs', line 2290 def reranking_configuration @reranking_configuration end |
#sources ⇒ ::Array[Types::RerankSource]
Returns the value of attribute sources.
2291 2292 2293 |
# File 'sig/types.rbs', line 2291 def sources @sources end |