Package ai.extend.types
Interface EditRunOutputEditedFile.PresignedUrlStage
-
- All Known Implementing Classes:
EditRunOutputEditedFile.Builder
- Enclosing class:
- EditRunOutputEditedFile
public static interface EditRunOutputEditedFile.PresignedUrlStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EditRunOutputEditedFile._FinalStagepresignedUrl(java.lang.String presignedUrl)A presigned URL to download the edited file.
-
-
-
Method Detail
-
presignedUrl
EditRunOutputEditedFile._FinalStage presignedUrl(@NotNull java.lang.String presignedUrl)
A presigned URL to download the edited file. Expires after 15 minutes.
-
-