Uses of Class
com.oracle.bmc.generativeaiagent.model.OutputLocation
-
Packages that use OutputLocation Package Description com.oracle.bmc.generativeaiagent.model -
-
Uses of OutputLocation in com.oracle.bmc.generativeaiagent.model
Subclasses of OutputLocation in com.oracle.bmc.generativeaiagent.model Modifier and Type Class Description class
ObjectStoragePrefixOutputLocation
The config of object storage.Methods in com.oracle.bmc.generativeaiagent.model that return OutputLocation Modifier and Type Method Description OutputLocation
OutputConfig. getOutputLocation()
Methods in com.oracle.bmc.generativeaiagent.model with parameters of type OutputLocation Modifier and Type Method Description OutputConfig.Builder
OutputConfig.Builder. outputLocation(OutputLocation outputLocation)
Constructors in com.oracle.bmc.generativeaiagent.model with parameters of type OutputLocation Constructor Description OutputConfig(OutputLocation outputLocation, Integer retentionPeriodInMinutes)
Deprecated.
-