Uses of Class
com.oracle.bmc.datascience.model.InferenceHttpEndpoint.Builder
-
Packages that use InferenceHttpEndpoint.Builder Package Description com.oracle.bmc.datascience.model -
-
Uses of InferenceHttpEndpoint.Builder in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return InferenceHttpEndpoint.Builder Modifier and Type Method Description static InferenceHttpEndpoint.BuilderInferenceHttpEndpoint. builder()Create a new builder.InferenceHttpEndpoint.BuilderInferenceHttpEndpoint.Builder. copy(InferenceHttpEndpoint model)InferenceHttpEndpoint.BuilderInferenceHttpEndpoint.Builder. endpointUriSuffix(String endpointUriSuffix)The suffix part of the endpoint that will be allowed for invocation.InferenceHttpEndpoint.BuilderInferenceHttpEndpoint.Builder. httpMethods(List<HttpMethod> httpMethods)List of HTTP methods acceptable by the URI.InferenceHttpEndpoint.BuilderInferenceHttpEndpoint. toBuilder()
-