Uses of Class
com.oracle.bmc.generativeai.model.Model
-
Packages that use Model Package Description com.oracle.bmc.generativeai.model com.oracle.bmc.generativeai.responses -
-
Uses of Model in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return Model Modifier and Type Method Description Model
Model.Builder. build()
Model
Model. getPreviousState()
Methods in com.oracle.bmc.generativeai.model with parameters of type Model Modifier and Type Method Description Model.Builder
Model.Builder. copy(Model model)
Model.Builder
Model.Builder. previousState(Model previousState)
Constructors in com.oracle.bmc.generativeai.model with parameters of type Model Constructor Description Model(String id, String description, String compartmentId, List<ModelCapability> capabilities, Model.LifecycleState lifecycleState, String lifecycleDetails, String vendor, String version, String displayName, Date timeCreated, Date timeUpdated, String baseModelId, Model.Type type, FineTuneDetails fineTuneDetails, ModelMetrics modelMetrics, Boolean isLongTermSupported, Date timeDeprecated, Model previousState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of Model in com.oracle.bmc.generativeai.responses
Methods in com.oracle.bmc.generativeai.responses that return Model Modifier and Type Method Description Model
CreateModelResponse. getModel()
The returned Model instance.Model
GetModelResponse. getModel()
The returned Model instance.Model
UpdateModelResponse. getModel()
The returned Model instance.Methods in com.oracle.bmc.generativeai.responses with parameters of type Model Modifier and Type Method Description CreateModelResponse.Builder
CreateModelResponse.Builder. model(Model model)
The returned Model instance.GetModelResponse.Builder
GetModelResponse.Builder. model(Model model)
The returned Model instance.UpdateModelResponse.Builder
UpdateModelResponse.Builder. model(Model model)
The returned Model instance.
-