Uses of Interface
software.amazon.awssdk.services.machinelearning.MachineLearningBaseClientBuilder
-
Packages that use MachineLearningBaseClientBuilder Package Description software.amazon.awssdk.services.machinelearning Definition of the public APIs exposed by Amazon Machine Learning -
-
Uses of MachineLearningBaseClientBuilder in software.amazon.awssdk.services.machinelearning
Classes in software.amazon.awssdk.services.machinelearning with type parameters of type MachineLearningBaseClientBuilder Modifier and Type Interface Description interfaceMachineLearningBaseClientBuilder<B extends MachineLearningBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Machine Learning that is supported by bothMachineLearningClientBuilderandMachineLearningAsyncClientBuilder.Subinterfaces of MachineLearningBaseClientBuilder in software.amazon.awssdk.services.machinelearning Modifier and Type Interface Description interfaceMachineLearningAsyncClientBuilderA builder for creating an instance ofMachineLearningAsyncClient.interfaceMachineLearningClientBuilderA builder for creating an instance ofMachineLearningClient.
-