Package ai.extend.types
Interface EvaluationSet.ProcessorIdStage
-
- All Known Implementing Classes:
EvaluationSet.Builder
- Enclosing class:
- EvaluationSet
public static interface EvaluationSet.ProcessorIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EvaluationSet.CreatedAtStageprocessorId(java.lang.String processorId)The ID of the processor associated with this evaluation set.
-
-
-
Method Detail
-
processorId
EvaluationSet.CreatedAtStage processorId(@NotNull java.lang.String processorId)
The ID of the processor associated with this evaluation set.
Example:
"dp_Xj8mK2pL9nR4vT7qY5wZ"
-
-