Package ai.extend.types
Interface LegacyProcessor.IdStage
-
- All Known Implementing Classes:
LegacyProcessor.Builder
- Enclosing class:
- LegacyProcessor
public static interface LegacyProcessor.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LegacyProcessor.NameStageid(java.lang.String id)The ID of the processor.
-
-
-
Method Detail
-
id
LegacyProcessor.NameStage id(@NotNull java.lang.String id)
The ID of the processor.
Example:
"ex_Xj8mK2pL9nR4vT7qY5wZ"
-
-