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