Package ai.extend.types
Interface ParseRun.IdStage
-
- All Known Implementing Classes:
ParseRun.Builder
- Enclosing class:
- ParseRun
public static interface ParseRun.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParseRun.Builderfrom(ParseRun other)ParseRun.FileStageid(java.lang.String id)A unique identifier for the parse run.
-
-
-
Method Detail
-
id
ParseRun.FileStage id(@NotNull java.lang.String id)
A unique identifier for the parse run.
Example:
"pr_xK9mLPqRtN3vS8wF5hB2cQ"
-
from
ParseRun.Builder from(ParseRun other)
-
-