Class: Aws::BedrockAgent::Types::ListAgentKnowledgeBasesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idString

The unique identifier of the agent for which to return information about knowledge bases associated with it.

Returns:

  • (String)


2641
2642
2643
2644
2645
2646
2647
2648
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2641

class ListAgentKnowledgeBasesRequest < Struct.new(
  :agent_id,
  :agent_version,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#agent_versionString

The version of the agent for which to return information about knowledge bases associated with it.

Returns:

  • (String)


2641
2642
2643
2644
2645
2646
2647
2648
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2641

class ListAgentKnowledgeBasesRequest < Struct.new(
  :agent_id,
  :agent_version,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

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.

Returns:

  • (Integer)


2641
2642
2643
2644
2645
2646
2647
2648
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2641

class ListAgentKnowledgeBasesRequest < Struct.new(
  :agent_id,
  :agent_version,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


2641
2642
2643
2644
2645
2646
2647
2648
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2641

class ListAgentKnowledgeBasesRequest < Struct.new(
  :agent_id,
  :agent_version,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end