Package ai.extend.types
Interface EvaluationSet.CreatedAtStage
-
- All Known Implementing Classes:
EvaluationSet.Builder
- Enclosing class:
- EvaluationSet
public static interface EvaluationSet.CreatedAtStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EvaluationSet.UpdatedAtStagecreatedAt(java.time.OffsetDateTime createdAt)The time (in UTC) at which the evaluation set was created.
-
-
-
Method Detail
-
createdAt
EvaluationSet.UpdatedAtStage createdAt(@NotNull java.time.OffsetDateTime createdAt)
The time (in UTC) at which the evaluation set was created. Will follow the RFC 3339 format.
Example:
"2024-03-21T15:30:00Z"
-
-