Class: Aws::BedrockAgent::Types::CreateKnowledgeBaseRequest

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

#client_tokenString

Client specified token used for idempotency checks

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1046

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

#descriptionString

Description of the Resource.

Returns:

  • (String)


1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1046

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

#knowledge_base_configurationTypes::KnowledgeBaseConfiguration

Configures a bedrock knowledge base.



1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1046

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

#nameString

Name for a resource.

Returns:

  • (String)


1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1046

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

#role_arnString

ARN of a IAM role.

Returns:

  • (String)


1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1046

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

#storage_configurationTypes::StorageConfiguration

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



1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1046

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

#tagsHash<String,String>

A map of tag keys and values

Returns:

  • (Hash<String,String>)


1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1046

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