Class: Aws::BedrockAgent::Types::UpdateKnowledgeBaseRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Description of the Resource.

Returns:

  • (String)


3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3299

class UpdateKnowledgeBaseRequest < Struct.new(
  :knowledge_base_id,
  :name,
  :description,
  :role_arn,
  :knowledge_base_configuration,
  :storage_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_configurationTypes::KnowledgeBaseConfiguration

Configures a bedrock knowledge base.



3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3299

class UpdateKnowledgeBaseRequest < Struct.new(
  :knowledge_base_id,
  :name,
  :description,
  :role_arn,
  :knowledge_base_configuration,
  :storage_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_idString

Identifier for a resource.

Returns:

  • (String)


3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3299

class UpdateKnowledgeBaseRequest < Struct.new(
  :knowledge_base_id,
  :name,
  :description,
  :role_arn,
  :knowledge_base_configuration,
  :storage_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name for a resource.

Returns:

  • (String)


3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3299

class UpdateKnowledgeBaseRequest < Struct.new(
  :knowledge_base_id,
  :name,
  :description,
  :role_arn,
  :knowledge_base_configuration,
  :storage_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

ARN of a IAM role.

Returns:

  • (String)


3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3299

class UpdateKnowledgeBaseRequest < Struct.new(
  :knowledge_base_id,
  :name,
  :description,
  :role_arn,
  :knowledge_base_configuration,
  :storage_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#storage_configurationTypes::StorageConfiguration

Configures the physical storage of ingested data in a knowledge base.



3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3299

class UpdateKnowledgeBaseRequest < Struct.new(
  :knowledge_base_id,
  :name,
  :description,
  :role_arn,
  :knowledge_base_configuration,
  :storage_configuration)
  SENSITIVE = []
  include Aws::Structure
end