Package ai.extend.types
Interface ProcessorRunSummary.UpdatedAtStage
-
- All Known Implementing Classes:
ProcessorRunSummary.Builder
- Enclosing class:
- ProcessorRunSummary
public static interface ProcessorRunSummary.UpdatedAtStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessorRunSummary._FinalStageupdatedAt(java.time.OffsetDateTime updatedAt)The time (in UTC) at which the processor run was last updated.
-
-
-
Method Detail
-
updatedAt
ProcessorRunSummary._FinalStage updatedAt(@NotNull java.time.OffsetDateTime updatedAt)
The time (in UTC) at which the processor run was last updated. Will follow the RFC 3339 format.
Example:
"2024-03-21T16:45:00Z"
-
-