Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listIndexesResponseIndexSummary")
fun Flow<ListIndexesResponse>.indexes(): Flow<IndexSummary>

This paginator transforms the flow returned by listIndexesPaginated to access the nested member IndexSummary

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@JvmName(name = "listVectorBucketsResponseVectorBucketSummary")
fun Flow<ListVectorBucketsResponse>.vectorBuckets(): Flow<VectorBucketSummary>

This paginator transforms the flow returned by listVectorBucketsPaginated to access the nested member VectorBucketSummary

Link copied to clipboard
@JvmName(name = "listVectorsResponseListOutputVector")
fun Flow<ListVectorsResponse>.vectors(): Flow<ListOutputVector>

This paginator transforms the flow returned by listVectorsPaginated to access the nested member ListOutputVector