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