vectors

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

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

Return

A kotlinx.coroutines.flow.Flow that can collect ListOutputVector


@JvmName(name = "queryVectorsResponseQueryOutputVector")
fun Flow<QueryVectorsResponse>.vectors(): Flow<QueryOutputVector>

This paginator transforms the flow returned by queryVectorsPaginated to access the nested member QueryOutputVector

Return

A kotlinx.coroutines.flow.Flow that can collect QueryOutputVector