Uses of Interface
software.amazon.awssdk.services.machinelearning.MachineLearningClient
-
Packages that use MachineLearningClient 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 MachineLearningClient in software.amazon.awssdk.services.machinelearning
Methods in software.amazon.awssdk.services.machinelearning that return MachineLearningClient Modifier and Type Method Description static MachineLearningClientMachineLearningClient. create()Create aMachineLearningClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of MachineLearningClient in software.amazon.awssdk.services.machinelearning.paginators
Constructors in software.amazon.awssdk.services.machinelearning.paginators with parameters of type MachineLearningClient Constructor Description DescribeBatchPredictionsIterable(MachineLearningClient client, DescribeBatchPredictionsRequest firstRequest)DescribeDataSourcesIterable(MachineLearningClient client, DescribeDataSourcesRequest firstRequest)DescribeEvaluationsIterable(MachineLearningClient client, DescribeEvaluationsRequest firstRequest)DescribeMLModelsIterable(MachineLearningClient client, DescribeMlModelsRequest firstRequest) -
Uses of MachineLearningClient in software.amazon.awssdk.services.machinelearning.waiters
Methods in software.amazon.awssdk.services.machinelearning.waiters with parameters of type MachineLearningClient Modifier and Type Method Description MachineLearningWaiter.BuilderMachineLearningWaiter.Builder. client(MachineLearningClient client)Sets a customMachineLearningClientthat will be used to poll the resource
-