Uses of Class
com.oracle.bmc.datascience.model.MlApplicationInstance
-
Packages that use MlApplicationInstance Package Description com.oracle.bmc.datascience.model com.oracle.bmc.datascience.responses -
-
Uses of MlApplicationInstance in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return MlApplicationInstance Modifier and Type Method Description MlApplicationInstance
MlApplicationInstance.Builder. build()
Methods in com.oracle.bmc.datascience.model with parameters of type MlApplicationInstance Modifier and Type Method Description MlApplicationInstance.Builder
MlApplicationInstance.Builder. copy(MlApplicationInstance model)
-
Uses of MlApplicationInstance in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return MlApplicationInstance Modifier and Type Method Description MlApplicationInstance
CreateMlApplicationInstanceResponse. getMlApplicationInstance()
The returned MlApplicationInstance instance.MlApplicationInstance
GetMlApplicationInstanceResponse. getMlApplicationInstance()
The returned MlApplicationInstance instance.Methods in com.oracle.bmc.datascience.responses with parameters of type MlApplicationInstance Modifier and Type Method Description CreateMlApplicationInstanceResponse.Builder
CreateMlApplicationInstanceResponse.Builder. mlApplicationInstance(MlApplicationInstance mlApplicationInstance)
The returned MlApplicationInstance instance.GetMlApplicationInstanceResponse.Builder
GetMlApplicationInstanceResponse.Builder. mlApplicationInstance(MlApplicationInstance mlApplicationInstance)
The returned MlApplicationInstance instance.
-