| 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 |
|---|---|
software.amazon.awssdk.core.pagination.SdkIterable<BatchPrediction> |
DescribeBatchPredictionsIterable.results()
Returns an iterable to iterate through the paginated
DescribeBatchPredictionsResponse.results() member. |
software.amazon.awssdk.core.pagination.async.SdkPublisher<BatchPrediction> |
DescribeBatchPredictionsPublisher.results()
Returns a publisher that can be used to get a stream of data.
|
| Modifier and Type | Method and Description |
|---|---|
BatchPrediction |
BatchPredictionUnmarshaller.unmarshall(software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchPredictionMarshaller.marshall(BatchPrediction batchPrediction,
software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object
|
Copyright © 2018. All rights reserved.