Interface EvaluationSetCreateRequest.ProcessorIdStage
-
- All Known Implementing Classes:
EvaluationSetCreateRequest.Builder
- Enclosing class:
- EvaluationSetCreateRequest
public static interface EvaluationSetCreateRequest.ProcessorIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EvaluationSetCreateRequest._FinalStageprocessorId(java.lang.String processorId)The ID of the processor to create an evaluation set for.
-
-
-
Method Detail
-
processorId
EvaluationSetCreateRequest._FinalStage processorId(@NotNull java.lang.String processorId)
The ID of the processor to create an evaluation set for. Evaluation sets can in theory be run against any processor, but it is required to associate the evaluation set with a primary processor.
Example:
"dp_Xj8mK2pL9nR4vT7qY5wZ"
-
-