Class: Aws::BedrockAgent::Types::DisassociateAgentKnowledgeBaseRequest

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 from which to disassociate the knowledge base.

Returns:

  • (String)


1730
1731
1732
1733
1734
1735
1736
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1730

class DisassociateAgentKnowledgeBaseRequest < Struct.new(
  :agent_id,
  :agent_version,
  :knowledge_base_id)
  SENSITIVE = []
  include Aws::Structure
end

#agent_versionString

The version of the agent from which to disassociate the knowledge base.

Returns:

  • (String)


1730
1731
1732
1733
1734
1735
1736
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1730

class DisassociateAgentKnowledgeBaseRequest < Struct.new(
  :agent_id,
  :agent_version,
  :knowledge_base_id)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_idString

The unique identifier of the knowledge base to disassociate.

Returns:

  • (String)


1730
1731
1732
1733
1734
1735
1736
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1730

class DisassociateAgentKnowledgeBaseRequest < Struct.new(
  :agent_id,
  :agent_version,
  :knowledge_base_id)
  SENSITIVE = []
  include Aws::Structure
end