labelingJobSummaryList

@JvmName(name = "listLabelingJobsResponseLabelingJobSummary")
fun Flow<ListLabelingJobsResponse>.labelingJobSummaryList(): Flow<LabelingJobSummary>

This paginator transforms the flow returned by listLabelingJobsPaginated to access the nested member LabelingJobSummary

Return

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


@JvmName(name = "listLabelingJobsForWorkteamResponseLabelingJobForWorkteamSummary")
fun Flow<ListLabelingJobsForWorkteamResponse>.labelingJobSummaryList(): Flow<LabelingJobForWorkteamSummary>

This paginator transforms the flow returned by listLabelingJobsForWorkteamPaginated to access the nested member LabelingJobForWorkteamSummary

Return

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