Class: Aws::BedrockAgent::Types::AssociateAgentKnowledgeBaseRequest

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

Overview

Associate 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)


694
695
696
697
698
699
700
701
702
# File 'lib/aws-sdk-bedrockagent/types.rb', line 694

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

#agent_versionString

Draft Version of the Agent.

Returns:

  • (String)


694
695
696
697
698
699
700
701
702
# File 'lib/aws-sdk-bedrockagent/types.rb', line 694

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

#descriptionString

Description of the Resource.

Returns:

  • (String)


694
695
696
697
698
699
700
701
702
# File 'lib/aws-sdk-bedrockagent/types.rb', line 694

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

#knowledge_base_idString

Identifier for a resource.

Returns:

  • (String)


694
695
696
697
698
699
700
701
702
# File 'lib/aws-sdk-bedrockagent/types.rb', line 694

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

#knowledge_base_stateString

State of the knowledge base; whether it is enabled or disabled

Returns:

  • (String)


694
695
696
697
698
699
700
701
702
# File 'lib/aws-sdk-bedrockagent/types.rb', line 694

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