Uses of Class
com.oracle.bmc.generativeaiinference.model.CohereChatRequestV2.SafetyMode
-
Packages that use CohereChatRequestV2.SafetyMode Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of CohereChatRequestV2.SafetyMode in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return CohereChatRequestV2.SafetyMode Modifier and Type Method Description static CohereChatRequestV2.SafetyModeCohereChatRequestV2.SafetyMode. create(String key)CohereChatRequestV2.SafetyModeCohereChatRequestV2. getSafetyMode()Safety mode: Adds a safety instruction for the model to use when generating responses.static CohereChatRequestV2.SafetyModeCohereChatRequestV2.SafetyMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CohereChatRequestV2.SafetyMode[]CohereChatRequestV2.SafetyMode. 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 CohereChatRequestV2.SafetyMode Modifier and Type Method Description CohereChatRequestV2.BuilderCohereChatRequestV2.Builder. safetyMode(CohereChatRequestV2.SafetyMode safetyMode)Safety mode: Adds a safety instruction for the model to use when generating responses.Constructors in com.oracle.bmc.generativeaiinference.model with parameters of type CohereChatRequestV2.SafetyMode Constructor Description CohereChatRequestV2(List<CohereMessageV2> messages, List<Object> documents, CitationOptionsV2 citationOptions, CohereChatRequestV2.ToolsChoice toolsChoice, List<CohereToolV2> tools, Boolean isStrictToolsEnabled, Boolean isLogProbsEnabled, CohereThinkingV2 thinking, CohereResponseFormat responseFormat, Boolean isSearchQueriesOnly, StreamOptions streamOptions, Boolean isStream, Integer maxTokens, Double temperature, Integer topK, Double topP, Double frequencyPenalty, Double presencePenalty, Integer seed, List<String> stopSequences, Integer priority, Boolean isRawPrompting, CohereChatRequestV2.SafetyMode safetyMode)Deprecated.
-