Package ai.extend.types
Interface LegacyProcessorRun.IdStage
-
- All Known Implementing Classes:
LegacyProcessorRun.Builder
- Enclosing class:
- LegacyProcessorRun
public static interface LegacyProcessorRun.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LegacyProcessorRun.ProcessorIdStageid(java.lang.String id)The unique identifier for this processor run.
-
-
-
Method Detail
-
id
LegacyProcessorRun.ProcessorIdStage id(@NotNull java.lang.String id)
The unique identifier for this processor run.
Example:
"exr_Xj8mK2pL9nR4vT7qY5wZ"
-
-