Interface EvaluationSetItemCreateBatchRequest.EvaluationSetIdStage
-
- All Known Implementing Classes:
EvaluationSetItemCreateBatchRequest.Builder
- Enclosing class:
- EvaluationSetItemCreateBatchRequest
public static interface EvaluationSetItemCreateBatchRequest.EvaluationSetIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EvaluationSetItemCreateBatchRequest._FinalStageevaluationSetId(java.lang.String evaluationSetId)The ID of the evaluation set to add the items to.EvaluationSetItemCreateBatchRequest.Builderfrom(EvaluationSetItemCreateBatchRequest other)
-
-
-
Method Detail
-
evaluationSetId
EvaluationSetItemCreateBatchRequest._FinalStage evaluationSetId(@NotNull java.lang.String evaluationSetId)
The ID of the evaluation set to add the items to.
Example:
"ev_2LcgeY_mp2T5yPaEuq5Lw"
-
-