Package ai.extend.types
Interface ClassifyRun.IdStage
-
- All Known Implementing Classes:
ClassifyRun.Builder
- Enclosing class:
- ClassifyRun
public static interface ClassifyRun.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassifyRun.Builderfrom(ClassifyRun other)ClassifyRun.StatusStageid(java.lang.String id)The unique identifier for this classify run.
-
-
-
Method Detail
-
id
ClassifyRun.StatusStage id(@NotNull java.lang.String id)
The unique identifier for this classify run.
Example:
"clr_Xj8mK2pL9nR4vT7qY5wZ"
-
from
ClassifyRun.Builder from(ClassifyRun other)
-
-