Uses of Class
com.oracle.bmc.generativeaiagentruntime.model.ModelParams
-
Packages that use ModelParams Package Description com.oracle.bmc.generativeaiagentruntime.model -
-
Uses of ModelParams in com.oracle.bmc.generativeaiagentruntime.model
Methods in com.oracle.bmc.generativeaiagentruntime.model that return ModelParams Modifier and Type Method Description ModelParams
ModelParams.Builder. build()
ModelParams
ModelDetails. getModelParams()
Methods in com.oracle.bmc.generativeaiagentruntime.model with parameters of type ModelParams Modifier and Type Method Description ModelParams.Builder
ModelParams.Builder. copy(ModelParams model)
ModelDetails.Builder
ModelDetails.Builder. modelParams(ModelParams modelParams)
Constructors in com.oracle.bmc.generativeaiagentruntime.model with parameters of type ModelParams Constructor Description ModelDetails(String modelName, String modelVersion, ModelParams modelParams)
Deprecated.
-