summaries

@JvmName(name = "listMlflowAppsResponseMlflowAppSummary")
fun Flow<ListMlflowAppsResponse>.summaries(): Flow<MlflowAppSummary>

This paginator transforms the flow returned by listMlflowAppsPaginated to access the nested member MlflowAppSummary

Return

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


@JvmName(name = "listPartnerAppsResponsePartnerAppSummary")
fun Flow<ListPartnerAppsResponse>.summaries(): Flow<PartnerAppSummary>

This paginator transforms the flow returned by listPartnerAppsPaginated to access the nested member PartnerAppSummary

Return

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