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