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
Subclasses with type arguments of type OpenAiFileApi.Purpose in org.springframework.ai.openai.apiModifier and TypeClassDescriptionstatic enumThe intended purpose of the uploaded fileMethods 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)