Class: Aws::BedrockAgent::Types::ListAgentKnowledgeBasesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::ListAgentKnowledgeBasesRequest
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_id ⇒ String
The unique identifier of the agent for which to return information about knowledge bases associated with it.
-
#agent_version ⇒ String
The version of the agent for which to return information about knowledge bases associated with it.
-
#max_results ⇒ Integer
The maximum number of results to return in the response.
-
#next_token ⇒ String
If the total number of results is greater than the
maxResults
value provided in the request, enter the token returned in thenextToken
field in the response in this field to return the next batch of results.
Instance Attribute Details
#agent_id ⇒ String
The unique identifier of the agent for which to return information about knowledge bases associated with it.
6549 6550 6551 6552 6553 6554 6555 6556 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6549 class ListAgentKnowledgeBasesRequest < Struct.new( :agent_id, :agent_version, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#agent_version ⇒ String
The version of the agent for which to return information about knowledge bases associated with it.
6549 6550 6551 6552 6553 6554 6555 6556 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6549 class ListAgentKnowledgeBasesRequest < Struct.new( :agent_id, :agent_version, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in the response. If the
total number of results is greater than this value, use the token
returned in the response in the nextToken
field when making
another request to return the next batch of results.
6549 6550 6551 6552 6553 6554 6555 6556 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6549 class ListAgentKnowledgeBasesRequest < Struct.new( :agent_id, :agent_version, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the total number of results is greater than the maxResults
value provided in the request, enter the token returned in the
nextToken
field in the response in this field to return the next
batch of results.
6549 6550 6551 6552 6553 6554 6555 6556 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6549 class ListAgentKnowledgeBasesRequest < Struct.new( :agent_id, :agent_version, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |