Package ai.extend.types
Interface OptimizerRun.CreatedAtStage
-
- All Known Implementing Classes:
OptimizerRun.Builder
- Enclosing class:
- OptimizerRun
public static interface OptimizerRun.CreatedAtStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OptimizerRun.UpdatedAtStagecreatedAt(java.time.OffsetDateTime createdAt)ISO 8601 timestamp of when the run was created
-
-
-
Method Detail
-
createdAt
OptimizerRun.UpdatedAtStage createdAt(@NotNull java.time.OffsetDateTime createdAt)
ISO 8601 timestamp of when the run was created
-
-