Uses of Enum Class
org.springframework.ai.openai.api.OpenAiFileApi.Purpose
Packages that use OpenAiFileApi.Purpose
-
Uses of OpenAiFileApi.Purpose in org.springframework.ai.openai.api
Methods in org.springframework.ai.openai.api that return OpenAiFileApi.PurposeModifier and TypeMethodDescriptionstatic OpenAiFileApi.PurposeReturns the enum constant of this class with the specified name.static OpenAiFileApi.Purpose[]OpenAiFileApi.Purpose.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.openai.api with parameters of type OpenAiFileApi.PurposeModifier and TypeMethodDescriptionOpenAiFileApi.ListFileRequest.Builder.purpose(OpenAiFileApi.Purpose purpose) OpenAiFileApi.UploadFileRequest.Builder.purpose(OpenAiFileApi.Purpose purpose)