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