Package-level declarations
Inherited functions
Link copied to clipboard
fun MachineLearningClient.describeBatchPredictionsPaginated(initialRequest: DescribeBatchPredictionsRequest = DescribeBatchPredictionsRequest { }): Flow<DescribeBatchPredictionsResponse>
fun MachineLearningClient.describeBatchPredictionsPaginated(block: DescribeBatchPredictionsRequest.Builder.() -> Unit): Flow<DescribeBatchPredictionsResponse>
Paginate over DescribeBatchPredictionsResponse results.
Link copied to clipboard
fun MachineLearningClient.describeDataSourcesPaginated(initialRequest: DescribeDataSourcesRequest = DescribeDataSourcesRequest { }): Flow<DescribeDataSourcesResponse>
fun MachineLearningClient.describeDataSourcesPaginated(block: DescribeDataSourcesRequest.Builder.() -> Unit): Flow<DescribeDataSourcesResponse>
Paginate over DescribeDataSourcesResponse results.
Link copied to clipboard
fun MachineLearningClient.describeEvaluationsPaginated(initialRequest: DescribeEvaluationsRequest = DescribeEvaluationsRequest { }): Flow<DescribeEvaluationsResponse>
fun MachineLearningClient.describeEvaluationsPaginated(block: DescribeEvaluationsRequest.Builder.() -> Unit): Flow<DescribeEvaluationsResponse>
Paginate over DescribeEvaluationsResponse results.
Link copied to clipboard
fun MachineLearningClient.describeMlModelsPaginated(initialRequest: DescribeMlModelsRequest = DescribeMlModelsRequest { }): Flow<DescribeMlModelsResponse>
fun MachineLearningClient.describeMlModelsPaginated(block: DescribeMlModelsRequest.Builder.() -> Unit): Flow<DescribeMlModelsResponse>
Paginate over DescribeMlModelsResponse results.
Link copied to clipboard
This paginator transforms the flow returned by describeBatchPredictionsPaginated to access the nested member BatchPrediction
This paginator transforms the flow returned by describeDataSourcesPaginated to access the nested member DataSource
This paginator transforms the flow returned by describeEvaluationsPaginated to access the nested member Evaluation
This paginator transforms the flow returned by describeMlModelsPaginated to access the nested member MlModel