| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning.model | |
| software.amazon.awssdk.services.machinelearning.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<BatchPrediction> |
DescribeBatchPredictionsResponse.results()
A list of
BatchPrediction objects that meet the search criteria. |
| Modifier and Type | Method and Description |
|---|---|
DescribeBatchPredictionsResponse.Builder |
DescribeBatchPredictionsResponse.Builder.results(BatchPrediction... results)
A list of
BatchPrediction objects that meet the search criteria. |
| Modifier and Type | Method and Description |
|---|---|
DescribeBatchPredictionsResponse.Builder |
DescribeBatchPredictionsResponse.Builder.results(Collection<BatchPrediction> results)
A list of
BatchPrediction objects that meet the search criteria. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<BatchPrediction> |
DescribeBatchPredictionsPublisher.results()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<BatchPrediction> |
DescribeBatchPredictionsIterable.results()
Returns an iterable to iterate through the paginated
DescribeBatchPredictionsResponse.results() member. |
Copyright © 2020. All rights reserved.