candidates

@JvmName(name = "listCandidatesForAutoMlJobResponseAutoMlCandidate")
fun Flow<ListCandidatesForAutoMlJobResponse>.candidates(): Flow<AutoMlCandidate>

This paginator transforms the flow returned by listCandidatesForAutoMlJobPaginated to access the nested member AutoMlCandidate

Return

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