models

@JvmName(name = "listModelsResponseModelSummary")
fun Flow<ListModelsResponse>.models(): Flow<ModelSummary>

This paginator transforms the flow returned by listModelsPaginated to access the nested member ModelSummary

Return

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