Package ai.djl.serving.wlm.util
Class WorkerJob<I,O>
- java.lang.Object
-
- ai.djl.serving.wlm.util.WorkerJob<I,O>
-
public final class WorkerJob<I,O> extends java.lang.ObjectAJobcontaining metadata from theWorkLoadManager.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<O>getFuture()Returns the future for the job.Job<I,O>getJob()Returns theJob.
-