results

@JvmName(name = "describeBatchPredictionsResponseBatchPrediction")
fun Flow<DescribeBatchPredictionsResponse>.results(): Flow<BatchPrediction>

This paginator transforms the flow returned by describeBatchPredictionsPaginated to access the nested member BatchPrediction

Return

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


@JvmName(name = "describeDataSourcesResponseDataSource")
fun Flow<DescribeDataSourcesResponse>.results(): Flow<DataSource>

This paginator transforms the flow returned by describeDataSourcesPaginated to access the nested member DataSource

Return

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


@JvmName(name = "describeEvaluationsResponseEvaluation")
fun Flow<DescribeEvaluationsResponse>.results(): Flow<Evaluation>

This paginator transforms the flow returned by describeEvaluationsPaginated to access the nested member Evaluation

Return

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


@JvmName(name = "describeMlModelsResponseMlModel")
fun Flow<DescribeMlModelsResponse>.results(): Flow<MlModel>

This paginator transforms the flow returned by describeMlModelsPaginated to access the nested member MlModel

Return

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