Interface EvaluationSetRunsCreateRequestEntity.IdStage
-
- All Known Implementing Classes:
EvaluationSetRunsCreateRequestEntity.Builder
- Enclosing class:
- EvaluationSetRunsCreateRequestEntity
public static interface EvaluationSetRunsCreateRequestEntity.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EvaluationSetRunsCreateRequestEntity.Builderfrom(EvaluationSetRunsCreateRequestEntity other)EvaluationSetRunsCreateRequestEntity._FinalStageid(java.lang.String id)The ID of the extractor, classifier, or splitter to evaluate.
-
-
-
Method Detail
-
id
EvaluationSetRunsCreateRequestEntity._FinalStage id(@NotNull java.lang.String id)
The ID of the extractor, classifier, or splitter to evaluate.
-
-