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