Class InferencePlan<PlanType extends InferencePlan<PlanType>>

All Implemented Interfaces:
NamedWriteable, Writeable, Resolvable, GeneratingPlan<InferencePlan<PlanType>>, SortAgnostic
Direct Known Subclasses:
Completion, Rerank

public abstract class InferencePlan<PlanType extends InferencePlan<PlanType>> extends UnaryPlan implements SortAgnostic, GeneratingPlan<InferencePlan<PlanType>>