Uses of Class
com.oracle.bmc.generativeaiinference.model.GenericChatRequest.ServiceTier
-
Packages that use GenericChatRequest.ServiceTier Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of GenericChatRequest.ServiceTier in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return GenericChatRequest.ServiceTier Modifier and Type Method Description static GenericChatRequest.ServiceTierGenericChatRequest.ServiceTier. create(String key)GenericChatRequest.ServiceTierGenericChatRequest. getServiceTier()Specifies the processing type used for serving the request.static GenericChatRequest.ServiceTierGenericChatRequest.ServiceTier. valueOf(String name)Returns the enum constant of this type with the specified name.static GenericChatRequest.ServiceTier[]GenericChatRequest.ServiceTier. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeaiinference.model with parameters of type GenericChatRequest.ServiceTier Modifier and Type Method Description GenericChatRequest.BuilderGenericChatRequest.Builder. serviceTier(GenericChatRequest.ServiceTier serviceTier)Specifies the processing type used for serving the request.Constructors in com.oracle.bmc.generativeaiinference.model with parameters of type GenericChatRequest.ServiceTier Constructor Description GenericChatRequest(List<Message> messages, GenericChatRequest.ReasoningEffort reasoningEffort, GenericChatRequest.Verbosity verbosity, Object metadata, Boolean isStream, StreamOptions streamOptions, Integer numGenerations, Integer seed, Boolean isEcho, Integer topK, Double topP, Double temperature, Double frequencyPenalty, Double presencePenalty, List<String> stop, Integer logProbs, Integer maxTokens, Integer maxCompletionTokens, Object logitBias, Prediction prediction, ResponseFormat responseFormat, ToolChoice toolChoice, Boolean isParallelToolCalls, List<ToolDefinition> tools, WebSearchOptions webSearchOptions, GenericChatRequest.ServiceTier serviceTier)Deprecated.
-