SdkFunction<DescribeBatchPredictionsRequest,DescribeBatchPredictionsResponse>
@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public class DescribeBatchPredictionsFunction extends Object implements SdkFunction<DescribeBatchPredictionsRequest,DescribeBatchPredictionsResponse>
Constructor | Description |
---|---|
DescribeBatchPredictionsFunction(MachineLearningClient client) |
Constructs a new DescribeBatchPredictionsFunction with the given client
|
Modifier and Type | Method | Description |
---|---|---|
DescribeBatchPredictionsResponse |
apply(DescribeBatchPredictionsRequest describeBatchPredictionsRequest) |
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
public DescribeBatchPredictionsFunction(MachineLearningClient client)
client
- Service clientpublic DescribeBatchPredictionsResponse apply(DescribeBatchPredictionsRequest describeBatchPredictionsRequest)
apply
in interface SdkFunction<DescribeBatchPredictionsRequest,DescribeBatchPredictionsResponse>
describeBatchPredictionsRequest
- Corresponding request for the operationCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.