Class: Aws::Types::VectorKnowledgeBaseConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#embedding_model_arn::String

Returns the value of attribute embedding_model_arn.

Returns:

  • (::String)


3102
3103
3104
# File 'sig/types.rbs', line 3102

def embedding_model_arn
  @embedding_model_arn
end

#embedding_model_configurationTypes::EmbeddingModelConfiguration

Returns the value of attribute embedding_model_configuration.



3103
3104
3105
# File 'sig/types.rbs', line 3103

def embedding_model_configuration
  @embedding_model_configuration
end

#supplemental_data_storage_configurationTypes::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