Uses of Interface
software.amazon.awssdk.services.machinelearning.MachineLearningAsyncClient
-
Packages that use MachineLearningAsyncClient Package Description software.amazon.awssdk.services.machinelearning Definition of the public APIs exposed by Amazon Machine Learningsoftware.amazon.awssdk.services.machinelearning.paginators software.amazon.awssdk.services.machinelearning.waiters -
-
Uses of MachineLearningAsyncClient in software.amazon.awssdk.services.machinelearning
Methods in software.amazon.awssdk.services.machinelearning that return MachineLearningAsyncClient Modifier and Type Method Description static MachineLearningAsyncClientMachineLearningAsyncClient. create()Create aMachineLearningAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of MachineLearningAsyncClient in software.amazon.awssdk.services.machinelearning.paginators
Constructors in software.amazon.awssdk.services.machinelearning.paginators with parameters of type MachineLearningAsyncClient Constructor Description DescribeBatchPredictionsPublisher(MachineLearningAsyncClient client, DescribeBatchPredictionsRequest firstRequest)DescribeDataSourcesPublisher(MachineLearningAsyncClient client, DescribeDataSourcesRequest firstRequest)DescribeEvaluationsPublisher(MachineLearningAsyncClient client, DescribeEvaluationsRequest firstRequest)DescribeMLModelsPublisher(MachineLearningAsyncClient client, DescribeMlModelsRequest firstRequest) -
Uses of MachineLearningAsyncClient in software.amazon.awssdk.services.machinelearning.waiters
Methods in software.amazon.awssdk.services.machinelearning.waiters with parameters of type MachineLearningAsyncClient Modifier and Type Method Description MachineLearningAsyncWaiter.BuilderMachineLearningAsyncWaiter.Builder. client(MachineLearningAsyncClient client)Sets a customMachineLearningAsyncClientthat will be used to poll the resource
-