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.
2548 2549 2550 |
# File 'sig/types.rbs', line 2548 def guardrail_configuration @guardrail_configuration end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
2549 2550 2551 |
# File 'sig/types.rbs', line 2549 def knowledge_base_id @knowledge_base_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2550 2551 2552 |
# File 'sig/types.rbs', line 2550 def next_token @next_token end |
#retrieval_configuration ⇒ Types::KnowledgeBaseRetrievalConfiguration
Returns the value of attribute retrieval_configuration.
2551 2552 2553 |
# File 'sig/types.rbs', line 2551 def retrieval_configuration @retrieval_configuration end |
#retrieval_query ⇒ Types::KnowledgeBaseQuery
Returns the value of attribute retrieval_query.
2552 2553 2554 |
# File 'sig/types.rbs', line 2552 def retrieval_query @retrieval_query end |
#user_context ⇒ Types::UserContext
Returns the value of attribute user_context.
2553 2554 2555 |
# File 'sig/types.rbs', line 2553 def user_context @user_context end |