Class: Aws::BedrockAgent::Types::ManagedKnowledgeBaseConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::ManagedKnowledgeBaseConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Configurations for a managed knowledge base.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#embedding_model_arn ⇒ String
The ARN for the embeddings model.
-
#embedding_model_configuration ⇒ Types::EmbeddingModelConfiguration
The configuration details for the embeddings model.
-
#embedding_model_type ⇒ String
Choose ‘CUSTOM` to provide your own Bedrock embedding model ARN.
-
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Contains the configuration for server-side encryption for your managed knowledge base.
Instance Attribute Details
#embedding_model_arn ⇒ String
The ARN for the embeddings model.
7526 7527 7528 7529 7530 7531 7532 7533 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7526 class ManagedKnowledgeBaseConfiguration < Struct.new( :embedding_model_type, :embedding_model_arn, :embedding_model_configuration, :server_side_encryption_configuration) SENSITIVE = [] include Aws::Structure end |
#embedding_model_configuration ⇒ Types::EmbeddingModelConfiguration
The configuration details for the embeddings model.
7526 7527 7528 7529 7530 7531 7532 7533 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7526 class ManagedKnowledgeBaseConfiguration < Struct.new( :embedding_model_type, :embedding_model_arn, :embedding_model_configuration, :server_side_encryption_configuration) SENSITIVE = [] include Aws::Structure end |
#embedding_model_type ⇒ String
Choose ‘CUSTOM` to provide your own Bedrock embedding model ARN. Choose `MANAGED` to use a service-managed embedding model. For more information, see [Embedding model options].
[1]: docs.aws.amazon.com/bedrock/latest/userguide/kb-managed-create.html#kb-managed-embedding-models
7526 7527 7528 7529 7530 7531 7532 7533 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7526 class ManagedKnowledgeBaseConfiguration < Struct.new( :embedding_model_type, :embedding_model_arn, :embedding_model_configuration, :server_side_encryption_configuration) SENSITIVE = [] include Aws::Structure end |
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Contains the configuration for server-side encryption for your managed knowledge base.
7526 7527 7528 7529 7530 7531 7532 7533 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7526 class ManagedKnowledgeBaseConfiguration < Struct.new( :embedding_model_type, :embedding_model_arn, :embedding_model_configuration, :server_side_encryption_configuration) SENSITIVE = [] include Aws::Structure end |