algorithmSummaryList

@JvmName(name = "listAlgorithmsResponseAlgorithmSummary")
fun Flow<ListAlgorithmsResponse>.algorithmSummaryList(): Flow<AlgorithmSummary>

This paginator transforms the flow returned by listAlgorithmsPaginated to access the nested member AlgorithmSummary

Return

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