Class: Aws::Types::ManagedKnowledgeBaseConfiguration

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)


1917
1918
1919
# File 'sig/types.rbs', line 1917

def embedding_model_arn
  @embedding_model_arn
end

#embedding_model_configurationTypes::EmbeddingModelConfiguration

Returns the value of attribute embedding_model_configuration.



1918
1919
1920
# File 'sig/types.rbs', line 1918

def embedding_model_configuration
  @embedding_model_configuration
end

#embedding_model_type"CUSTOM", "MANAGED"

Returns the value of attribute embedding_model_type.

Returns:

  • ("CUSTOM", "MANAGED")


1916
1917
1918
# File 'sig/types.rbs', line 1916

def embedding_model_type
  @embedding_model_type
end

#server_side_encryption_configurationTypes::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_configurationTypes::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