predictors

@JvmName(name = "listPredictorsResponsePredictorSummary")
fun Flow<ListPredictorsResponse>.predictors(): Flow<PredictorSummary>

This paginator transforms the flow returned by listPredictorsPaginated to access the nested member PredictorSummary

Return

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