Uses of Record Class
org.springframework.ai.openai.api.OpenAiFileApi.FileObject
Packages that use OpenAiFileApi.FileObject
-
Uses of OpenAiFileApi.FileObject in org.springframework.ai.openai.api
Methods in org.springframework.ai.openai.api that return types with arguments of type OpenAiFileApi.FileObjectModifier and TypeMethodDescriptionOpenAiFileApi.FileObjectResponse.data()
Returns the value of thedata
record component.org.springframework.http.ResponseEntity<OpenAiFileApi.FileObject>
OpenAiFileApi.retrieveFile
(String fileId) Returns information about a specific fileorg.springframework.http.ResponseEntity<OpenAiFileApi.FileObject>
OpenAiFileApi.uploadFile
(OpenAiFileApi.UploadFileRequest uploadFileRequest) Upload a file that can be used across various endpointsConstructor parameters in org.springframework.ai.openai.api with type arguments of type OpenAiFileApi.FileObjectModifierConstructorDescriptionFileObjectResponse
(List<OpenAiFileApi.FileObject> data, String object) Creates an instance of aFileObjectResponse
record class.