Class: Aws::BedrockAgent::Types::KnowledgeBaseSummary

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

Overview

Contains details about a knowledge base.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the knowledge base.

Returns:

  • (String)


2485
2486
2487
2488
2489
2490
2491
2492
2493
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2485

class KnowledgeBaseSummary < Struct.new(
  :description,
  :knowledge_base_id,
  :name,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_idString

The unique identifier of the knowledge base.

Returns:

  • (String)


2485
2486
2487
2488
2489
2490
2491
2492
2493
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2485

class KnowledgeBaseSummary < Struct.new(
  :description,
  :knowledge_base_id,
  :name,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the knowledge base.

Returns:

  • (String)


2485
2486
2487
2488
2489
2490
2491
2492
2493
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2485

class KnowledgeBaseSummary < Struct.new(
  :description,
  :knowledge_base_id,
  :name,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the knowledge base.

Returns:

  • (String)


2485
2486
2487
2488
2489
2490
2491
2492
2493
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2485

class KnowledgeBaseSummary < Struct.new(
  :description,
  :knowledge_base_id,
  :name,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The time at which the knowledge base was last updated.

Returns:

  • (Time)


2485
2486
2487
2488
2489
2490
2491
2492
2493
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2485

class KnowledgeBaseSummary < Struct.new(
  :description,
  :knowledge_base_id,
  :name,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end