Interface InferenceOperator.BulkInferenceRequestItemIterator
- All Superinterfaces:
AutoCloseable,Closeable,Iterator<InferenceOperator.BulkInferenceRequestItem>,org.elasticsearch.core.Releasable
- Enclosing class:
InferenceOperator
public static interface InferenceOperator.BulkInferenceRequestItemIterator
extends Iterator<InferenceOperator.BulkInferenceRequestItem>, org.elasticsearch.core.Releasable
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceFactory interface for creatingInferenceOperator.BulkInferenceOperationinstances from input pages. -
Method Summary
Modifier and TypeMethodDescriptionintEstimates the number of requests provided by this iterator.Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, removeMethods inherited from interface org.elasticsearch.core.Releasable
close
-
Method Details
-
estimatedSize
int estimatedSize()Estimates the number of requests provided by this iterator.
-