Package ai.extend.types
Interface EvaluationSet.ObjectStage
-
- All Known Implementing Classes:
EvaluationSet.Builder
- Enclosing class:
- EvaluationSet
public static interface EvaluationSet.ObjectStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EvaluationSet.Builderfrom(EvaluationSet other)EvaluationSet.IdStageobject(java.lang.String object)The type of response.
-
-
-
Method Detail
-
object
EvaluationSet.IdStage object(@NotNull java.lang.String object)
The type of response. In this case, it will always be
"evaluation_set".
-
from
EvaluationSet.Builder from(EvaluationSet other)
-
-