Uses of Class
com.oracle.bmc.datascience.model.PredictionUri
-
Packages that use PredictionUri Package Description com.oracle.bmc.datascience.model -
-
Uses of PredictionUri in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return PredictionUri Modifier and Type Method Description PredictionUri
PredictionUri.Builder. build()
Methods in com.oracle.bmc.datascience.model that return types with arguments of type PredictionUri Modifier and Type Method Description List<PredictionUri>
PredictionEndpointDetails. getPredictionUris()
Array of all prediction URIs per use-case.Methods in com.oracle.bmc.datascience.model with parameters of type PredictionUri Modifier and Type Method Description PredictionUri.Builder
PredictionUri.Builder. copy(PredictionUri model)
Method parameters in com.oracle.bmc.datascience.model with type arguments of type PredictionUri Modifier and Type Method Description PredictionEndpointDetails.Builder
PredictionEndpointDetails.Builder. predictionUris(List<PredictionUri> predictionUris)
Array of all prediction URIs per use-case.Constructor parameters in com.oracle.bmc.datascience.model with type arguments of type PredictionUri Constructor Description PredictionEndpointDetails(String basePredictionUri, List<PredictionUri> predictionUris)
Deprecated.
-