Uses of Class
com.oracle.bmc.generativeai.model.ObjectStorageConfig
-
Packages that use ObjectStorageConfig Package Description com.oracle.bmc.generativeai.model -
-
Uses of ObjectStorageConfig in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return ObjectStorageConfig Modifier and Type Method Description ObjectStorageConfigObjectStorageConfig.Builder. build()Methods in com.oracle.bmc.generativeai.model that return types with arguments of type ObjectStorageConfig Modifier and Type Method Description List<ObjectStorageConfig>OciObjectStorageConfiguration. getStorageConfigList()List of Object Storage Configurations for datasource.Methods in com.oracle.bmc.generativeai.model with parameters of type ObjectStorageConfig Modifier and Type Method Description ObjectStorageConfig.BuilderObjectStorageConfig.Builder. copy(ObjectStorageConfig model)Method parameters in com.oracle.bmc.generativeai.model with type arguments of type ObjectStorageConfig Modifier and Type Method Description OciObjectStorageConfiguration.BuilderOciObjectStorageConfiguration.Builder. storageConfigList(List<ObjectStorageConfig> storageConfigList)List of Object Storage Configurations for datasource.Constructor parameters in com.oracle.bmc.generativeai.model with type arguments of type ObjectStorageConfig Constructor Description OciObjectStorageConfiguration(List<ObjectStorageConfig> storageConfigList)Deprecated.
-