Uses of Class
com.oracle.bmc.datascience.model.InferenceHttpEndpoint
-
Packages that use InferenceHttpEndpoint Package Description com.oracle.bmc.datascience.model -
-
Uses of InferenceHttpEndpoint in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return InferenceHttpEndpoint Modifier and Type Method Description InferenceHttpEndpointInferenceHttpEndpoint.Builder. build()Methods in com.oracle.bmc.datascience.model that return types with arguments of type InferenceHttpEndpoint Modifier and Type Method Description List<InferenceHttpEndpoint>OcirModelDeploymentEnvironmentConfigurationDetails. getCustomHttpEndpoints()List of custom inference HTTP endpoints configured on the model deployment instance for inferencing.List<InferenceHttpEndpoint>UpdateOcirModelDeploymentEnvironmentConfigurationDetails. getCustomHttpEndpoints()List of custom inference HTTP endpoints configured on the model deployment instance for inferencing.Methods in com.oracle.bmc.datascience.model with parameters of type InferenceHttpEndpoint Modifier and Type Method Description InferenceHttpEndpoint.BuilderInferenceHttpEndpoint.Builder. copy(InferenceHttpEndpoint model)Method parameters in com.oracle.bmc.datascience.model with type arguments of type InferenceHttpEndpoint Modifier and Type Method Description OcirModelDeploymentEnvironmentConfigurationDetails.BuilderOcirModelDeploymentEnvironmentConfigurationDetails.Builder. customHttpEndpoints(List<InferenceHttpEndpoint> customHttpEndpoints)List of custom inference HTTP endpoints configured on the model deployment instance for inferencing.UpdateOcirModelDeploymentEnvironmentConfigurationDetails.BuilderUpdateOcirModelDeploymentEnvironmentConfigurationDetails.Builder. customHttpEndpoints(List<InferenceHttpEndpoint> customHttpEndpoints)List of custom inference HTTP endpoints configured on the model deployment instance for inferencing.
-