Package ai.extend.types
Interface OptimizerRun.AgentTypeStage
-
- All Known Implementing Classes:
OptimizerRun.Builder
- Enclosing class:
- OptimizerRun
public static interface OptimizerRun.AgentTypeStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OptimizerRun.StatusStageagentType(OptimizerRunAgentType agentType)Type of optimizer agent that ran
-
-
-
Method Detail
-
agentType
OptimizerRun.StatusStage agentType(@NotNull OptimizerRunAgentType agentType)
Type of optimizer agent that ran
-
-