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