Package ai.extend.types
Interface EditRun.FileIdStage
-
- All Known Implementing Classes:
EditRun.Builder
- Enclosing class:
- EditRun
public static interface EditRun.FileIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EditRun.StatusStagefileId(java.lang.String fileId)The identifier of the input file that was edited.
-
-
-
Method Detail
-
fileId
EditRun.StatusStage fileId(@NotNull java.lang.String fileId)
The identifier of the input file that was edited.
-
-