Package ai.extend.types
Interface ParserRun.IdStage
-
- All Known Implementing Classes:
ParserRun.Builder
- Enclosing class:
- ParserRun
public static interface ParserRun.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParserRun.Builderfrom(ParserRun other)ParserRun.FileIdStageid(java.lang.String id)A unique identifier for the parser run.
-
-
-
Method Detail
-
id
ParserRun.FileIdStage id(@NotNull java.lang.String id)
A unique identifier for the parser run. Will always start with
"parser_run_"Example:
"parser_run_xK9mLPqRtN3vS8wF5hB2cQ"
-
from
ParserRun.Builder from(ParserRun other)
-
-