Uses of Class
com.oracle.bmc.generativeaiagent.model.ObjectStoragePrefix
-
Packages that use ObjectStoragePrefix Package Description com.oracle.bmc.generativeaiagent.model -
-
Uses of ObjectStoragePrefix in com.oracle.bmc.generativeaiagent.model
Methods in com.oracle.bmc.generativeaiagent.model that return ObjectStoragePrefix Modifier and Type Method Description ObjectStoragePrefix
ObjectStoragePrefix.Builder. build()
Methods in com.oracle.bmc.generativeaiagent.model that return types with arguments of type ObjectStoragePrefix Modifier and Type Method Description List<ObjectStoragePrefix>
OciObjectStorageDataSourceConfig. getObjectStoragePrefixes()
The locations of data items in Object Storage, can either be an object (File) or a prefix (folder).Methods in com.oracle.bmc.generativeaiagent.model with parameters of type ObjectStoragePrefix Modifier and Type Method Description ObjectStoragePrefix.Builder
ObjectStoragePrefix.Builder. copy(ObjectStoragePrefix model)
Method parameters in com.oracle.bmc.generativeaiagent.model with type arguments of type ObjectStoragePrefix Modifier and Type Method Description OciObjectStorageDataSourceConfig.Builder
OciObjectStorageDataSourceConfig.Builder. objectStoragePrefixes(List<ObjectStoragePrefix> objectStoragePrefixes)
The locations of data items in Object Storage, can either be an object (File) or a prefix (folder).Constructor parameters in com.oracle.bmc.generativeaiagent.model with type arguments of type ObjectStoragePrefix Constructor Description OciObjectStorageDataSourceConfig(Boolean shouldEnableMultiModality, List<ObjectStoragePrefix> objectStoragePrefixes)
Deprecated.
-