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
  • Method Details

    • estimatedSize

      int estimatedSize()
      Estimates the number of requests provided by this iterator.