Uses of Enum Class
org.springframework.ai.azure.openai.AzureOpenAiResponseFormat.Type
Packages that use AzureOpenAiResponseFormat.Type
-
Uses of AzureOpenAiResponseFormat.Type in org.springframework.ai.azure.openai
Methods in org.springframework.ai.azure.openai that return AzureOpenAiResponseFormat.TypeModifier and TypeMethodDescriptionAzureOpenAiResponseFormat.getType()Returns the enum constant of this class with the specified name.static AzureOpenAiResponseFormat.Type[]AzureOpenAiResponseFormat.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.azure.openai with parameters of type AzureOpenAiResponseFormat.TypeModifier and TypeMethodDescriptionvoidAzureOpenAiResponseFormat.setType(AzureOpenAiResponseFormat.Type type) AzureOpenAiResponseFormat.Builder.type(AzureOpenAiResponseFormat.Type type) Constructors in org.springframework.ai.azure.openai with parameters of type AzureOpenAiResponseFormat.TypeModifierConstructorDescriptionAzureOpenAiResponseFormat(AzureOpenAiResponseFormat.Type type, String schema)