Class: Aws::BedrockAgent::Types::CreateKnowledgeBaseRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::CreateKnowledgeBaseRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #client_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Client specified token used for idempotency checks.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Description of the Resource.
 - 
  
    
      #knowledge_base_configuration  ⇒ Types::KnowledgeBaseConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Configures a bedrock knowledge base.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name for a resource.
 - 
  
    
      #role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
ARN of a IAM role.
 - 
  
    
      #storage_configuration  ⇒ Types::StorageConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Configures the physical storage of ingested data in a knowledge base.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A map of tag keys and values.
 
Instance Attribute Details
#client_token ⇒ String
Client specified token used for idempotency checks
**A suitable default value is auto-generated.** You should normally not need to pass this option.
      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  | 
  
#description ⇒ String
Description of the Resource.
      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_configuration ⇒ Types::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  | 
  
#name ⇒ String
Name for a resource.
      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_arn ⇒ String
ARN of a IAM role.
      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_configuration ⇒ Types::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  | 
  
#tags ⇒ Hash<String,String>
A map of tag keys and values
      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  |