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