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