Class: Aws::Types::RetrieveRequest
- Inherits:
-
Object
- Object
- Aws::Types::RetrieveRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#guardrail_configuration ⇒ Types::GuardrailConfiguration
Returns the value of attribute guardrail_configuration.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#retrieval_configuration ⇒ Types::KnowledgeBaseRetrievalConfiguration
Returns the value of attribute retrieval_configuration.
-
#retrieval_query ⇒ Types::KnowledgeBaseQuery
Returns the value of attribute retrieval_query.
-
#user_context ⇒ Types::UserContext
Returns the value of attribute user_context.
Instance Attribute Details
#guardrail_configuration ⇒ Types::GuardrailConfiguration
Returns the value of attribute guardrail_configuration.
2466 2467 2468 |
# File 'sig/types.rbs', line 2466 def guardrail_configuration @guardrail_configuration end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
2467 2468 2469 |
# File 'sig/types.rbs', line 2467 def knowledge_base_id @knowledge_base_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2468 2469 2470 |
# File 'sig/types.rbs', line 2468 def next_token @next_token end |
#retrieval_configuration ⇒ Types::KnowledgeBaseRetrievalConfiguration
Returns the value of attribute retrieval_configuration.
2469 2470 2471 |
# File 'sig/types.rbs', line 2469 def retrieval_configuration @retrieval_configuration end |
#retrieval_query ⇒ Types::KnowledgeBaseQuery
Returns the value of attribute retrieval_query.
2470 2471 2472 |
# File 'sig/types.rbs', line 2470 def retrieval_query @retrieval_query end |
#user_context ⇒ Types::UserContext
Returns the value of attribute user_context.
2471 2472 2473 |
# File 'sig/types.rbs', line 2471 def user_context @user_context end |