Class: Aws::Types::VectorKnowledgeBaseConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::VectorKnowledgeBaseConfiguration
- 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.
-
#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.
3102 3103 3104 |
# File 'sig/types.rbs', line 3102 def @embedding_model_arn end |
#embedding_model_configuration ⇒ Types::EmbeddingModelConfiguration
Returns the value of attribute embedding_model_configuration.
3103 3104 3105 |
# File 'sig/types.rbs', line 3103 def @embedding_model_configuration end |
#supplemental_data_storage_configuration ⇒ Types::SupplementalDataStorageConfiguration
Returns the value of attribute supplemental_data_storage_configuration.
3104 3105 3106 |
# File 'sig/types.rbs', line 3104 def supplemental_data_storage_configuration @supplemental_data_storage_configuration end |