Class: Aws::Types::ManagedKnowledgeBaseConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ManagedKnowledgeBaseConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#embedding_model_arn ⇒ ::String
Returns the value of attribute embedding_model_arn.
-
#embedding_model_configuration ⇒ Types::EmbeddingModelConfiguration
Returns the value of attribute embedding_model_configuration.
-
#embedding_model_type ⇒ "CUSTOM", "MANAGED"
Returns the value of attribute embedding_model_type.
-
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Returns the value of attribute server_side_encryption_configuration.
-
#supplemental_data_storage_configuration ⇒ Types::SupplementalDataStorageConfiguration
Returns the value of attribute supplemental_data_storage_configuration.
Instance Attribute Details
#embedding_model_arn ⇒ ::String
Returns the value of attribute embedding_model_arn.
1917 1918 1919 |
# File 'sig/types.rbs', line 1917 def @embedding_model_arn end |
#embedding_model_configuration ⇒ Types::EmbeddingModelConfiguration
Returns the value of attribute embedding_model_configuration.
1918 1919 1920 |
# File 'sig/types.rbs', line 1918 def @embedding_model_configuration end |
#embedding_model_type ⇒ "CUSTOM", "MANAGED"
Returns the value of attribute embedding_model_type.
1916 1917 1918 |
# File 'sig/types.rbs', line 1916 def @embedding_model_type end |
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Returns the value of attribute server_side_encryption_configuration.
1919 1920 1921 |
# File 'sig/types.rbs', line 1919 def server_side_encryption_configuration @server_side_encryption_configuration end |
#supplemental_data_storage_configuration ⇒ Types::SupplementalDataStorageConfiguration
Returns the value of attribute supplemental_data_storage_configuration.
1920 1921 1922 |
# File 'sig/types.rbs', line 1920 def supplemental_data_storage_configuration @supplemental_data_storage_configuration end |