storage Locations
suspend fun storageLocations(value: Output<List<AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationSupplementalDataStorageConfigurationStorageLocationArgs>>)
suspend fun storageLocations(value: List<AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationSupplementalDataStorageConfigurationStorageLocationArgs>?)
Parameters
value
A storage location specification for images extracted from multimodal documents in your data source. See storage_location
block for details.
suspend fun storageLocations(vararg values: Output<AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationSupplementalDataStorageConfigurationStorageLocationArgs>)
suspend fun storageLocations(values: List<Output<AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationSupplementalDataStorageConfigurationStorageLocationArgs>>)
suspend fun storageLocations(vararg values: AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationSupplementalDataStorageConfigurationStorageLocationArgs)
Parameters
values
A storage location specification for images extracted from multimodal documents in your data source. See storage_location
block for details.
suspend fun storageLocations(argument: List<suspend AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationSupplementalDataStorageConfigurationStorageLocationArgsBuilder.() -> Unit>)
suspend fun storageLocations(vararg argument: suspend AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationSupplementalDataStorageConfigurationStorageLocationArgsBuilder.() -> Unit)
suspend fun storageLocations(argument: suspend AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationSupplementalDataStorageConfigurationStorageLocationArgsBuilder.() -> Unit)
Parameters
argument
A storage location specification for images extracted from multimodal documents in your data source. See storage_location
block for details.