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