Interface EvaluationSetsCreateRequest.NameStage
-
- All Known Implementing Classes:
EvaluationSetsCreateRequest.Builder
- Enclosing class:
- EvaluationSetsCreateRequest
public static interface EvaluationSetsCreateRequest.NameStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EvaluationSetsCreateRequest.Builderfrom(EvaluationSetsCreateRequest other)EvaluationSetsCreateRequest.EntityIdStagename(java.lang.String name)The name of the evaluation set.
-
-
-
Method Detail
-
name
EvaluationSetsCreateRequest.EntityIdStage name(@NotNull java.lang.String name)
The name of the evaluation set.
Example:
"Invoice Processing Test Set"
-
from
EvaluationSetsCreateRequest.Builder from(EvaluationSetsCreateRequest other)
-
-