models

@JvmName(name = "listModelsResponseModelMetadata")
fun Flow<ListModelsResponse>.models(): Flow<ModelMetadata>

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

Return

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