Package ai.extend.types
Interface FileFromUrl.UrlStage
-
- All Known Implementing Classes:
FileFromUrl.Builder
- Enclosing class:
- FileFromUrl
public static interface FileFromUrl.UrlStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileFromUrl.Builderfrom(FileFromUrl other)FileFromUrl._FinalStageurl(java.lang.String url)A URL to download the file.
-
-
-
Method Detail
-
url
FileFromUrl._FinalStage url(@NotNull java.lang.String url)
A URL to download the file. For production use cases, we recommend using presigned URLs with a 5-15 minute expiration time.
Supported file types can be found here.
-
from
FileFromUrl.Builder from(FileFromUrl other)
-
-