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