Class: Aws::BedrockAgent::Types::AgentKnowledgeBase

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

Overview

Contains the information of an Agent Knowledge Base.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idString

Identifier for a resource.

Returns:

  • (String)


461
462
463
464
465
466
467
468
469
470
471
# File 'lib/aws-sdk-bedrockagent/types.rb', line 461

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

#agent_versionString

Agent Version.

Returns:

  • (String)


461
462
463
464
465
466
467
468
469
470
471
# File 'lib/aws-sdk-bedrockagent/types.rb', line 461

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

#created_atTime

Time Stamp.

Returns:

  • (Time)


461
462
463
464
465
466
467
468
469
470
471
# File 'lib/aws-sdk-bedrockagent/types.rb', line 461

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

#descriptionString

Description of the Resource.

Returns:

  • (String)


461
462
463
464
465
466
467
468
469
470
471
# File 'lib/aws-sdk-bedrockagent/types.rb', line 461

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

#knowledge_base_idString

Identifier for a resource.

Returns:

  • (String)


461
462
463
464
465
466
467
468
469
470
471
# File 'lib/aws-sdk-bedrockagent/types.rb', line 461

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

#knowledge_base_stateString

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

Returns:

  • (String)


461
462
463
464
465
466
467
468
469
470
471
# File 'lib/aws-sdk-bedrockagent/types.rb', line 461

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

#updated_atTime

Time Stamp.

Returns:

  • (Time)


461
462
463
464
465
466
467
468
469
470
471
# File 'lib/aws-sdk-bedrockagent/types.rb', line 461

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