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

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

Overview

Disassociate Agent Knowledge Base Request

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idString

Id generated at the server side when an Agent is created

Returns:

  • (String)


1439
1440
1441
1442
1443
1444
1445
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1439

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

#agent_versionString

Draft Version of the Agent.

Returns:

  • (String)


1439
1440
1441
1442
1443
1444
1445
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1439

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

#knowledge_base_idString

Id generated at the server side when a Knowledge Base is associated to an Agent

Returns:

  • (String)


1439
1440
1441
1442
1443
1444
1445
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1439

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