Class FileServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.vectorstores.FileService
public final class FileServiceImpl implements FileService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFileServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description FileService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. VectorStoreFilecreate(FileCreateParams params, RequestOptions requestOptions)VectorStoreFileretrieve(FileRetrieveParams params, RequestOptions requestOptions)VectorStoreFileupdate(FileUpdateParams params, RequestOptions requestOptions)FileListPagelist(FileListParams params, RequestOptions requestOptions)VectorStoreFileDeleteddelete(FileDeleteParams params, RequestOptions requestOptions)FileContentPagecontent(FileContentParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
FileService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
VectorStoreFile create(FileCreateParams params, RequestOptions requestOptions)
-
retrieve
VectorStoreFile retrieve(FileRetrieveParams params, RequestOptions requestOptions)
-
update
VectorStoreFile update(FileUpdateParams params, RequestOptions requestOptions)
-
list
FileListPage list(FileListParams params, RequestOptions requestOptions)
-
delete
VectorStoreFileDeleted delete(FileDeleteParams params, RequestOptions requestOptions)
-
content
FileContentPage content(FileContentParams params, RequestOptions requestOptions)
-
-
-
-