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