Uses of Class
com.oracle.bmc.generativeai.model.StorageConfig
-
Packages that use StorageConfig Package Description com.oracle.bmc.generativeai.model -
-
Uses of StorageConfig in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return StorageConfig Modifier and Type Method Description StorageConfigStorageConfig.Builder. build()Methods in com.oracle.bmc.generativeai.model that return types with arguments of type StorageConfig Modifier and Type Method Description List<StorageConfig>CreateHostedApplicationDetails. getStorageConfigs()The list of storage configuration for the Hosted Application.List<StorageConfig>HostedApplication. getStorageConfigs()A list of storageConfigs managed by the OCI GenAI Platform and attached to the application.Methods in com.oracle.bmc.generativeai.model with parameters of type StorageConfig Modifier and Type Method Description StorageConfig.BuilderStorageConfig.Builder. copy(StorageConfig model)Method parameters in com.oracle.bmc.generativeai.model with type arguments of type StorageConfig Modifier and Type Method Description CreateHostedApplicationDetails.BuilderCreateHostedApplicationDetails.Builder. storageConfigs(List<StorageConfig> storageConfigs)The list of storage configuration for the Hosted Application.HostedApplication.BuilderHostedApplication.Builder. storageConfigs(List<StorageConfig> storageConfigs)A list of storageConfigs managed by the OCI GenAI Platform and attached to the application.Constructor parameters in com.oracle.bmc.generativeai.model with type arguments of type StorageConfig Constructor Description CreateHostedApplicationDetails(String displayName, String compartmentId, String description, ScalingConfig scalingConfig, InboundAuthConfig inboundAuthConfig, NetworkingConfig networkingConfig, List<StorageConfig> storageConfigs, List<EnvironmentVariable> environmentVariables, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.HostedApplication(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, HostedApplication.LifecycleState lifecycleState, String lifecycleDetails, ScalingConfig scalingConfig, List<StorageConfig> storageConfigs, InboundAuthConfig inboundAuthConfig, NetworkingConfig networkingConfig, List<EnvironmentVariable> environmentVariables, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-