Package com.yahoo.language.process
Interface Embedder.Runtime
- Enclosing interface:
- Embedder
public static interface Embedder.Runtime
Runtime that is injectable through
Embedder constructor.-
Method Summary
Modifier and TypeMethodDescriptionvoidsampleEmbeddingLatency(double millis, Embedder.Context ctx) Add a sample embedding latency to thisvoidsampleSequenceLength(long length, Embedder.Context ctx) Add a sample embedding length to thisstatic Embedder.Runtime
-
Method Details
-
sampleEmbeddingLatency
Add a sample embedding latency to this -
sampleSequenceLength
Add a sample embedding length to this -
testInstance
-