Package ai.extend.requests
Interface ParseAsyncRequest.FileStage
-
- All Known Implementing Classes:
ParseAsyncRequest.Builder
- Enclosing class:
- ParseAsyncRequest
public static interface ParseAsyncRequest.FileStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParseAsyncRequest._FinalStagefile(ParseAsyncRequestFile file)A file object containing either a URL or a fileId.ParseAsyncRequest.Builderfrom(ParseAsyncRequest other)
-
-
-
Method Detail
-
file
ParseAsyncRequest._FinalStage file(@NotNull ParseAsyncRequestFile file)
A file object containing either a URL or a fileId.
-
from
ParseAsyncRequest.Builder from(ParseAsyncRequest other)
-
-