Uses of Class
software.amazon.awssdk.services.machinelearning.model.CreateMlModelResponse
-
Packages that use CreateMlModelResponse Package Description software.amazon.awssdk.services.machinelearning Definition of the public APIs exposed by Amazon Machine Learning -
-
Uses of CreateMlModelResponse in software.amazon.awssdk.services.machinelearning
Methods in software.amazon.awssdk.services.machinelearning that return CreateMlModelResponse Modifier and Type Method Description default CreateMlModelResponseMachineLearningClient. createMLModel(Consumer<CreateMlModelRequest.Builder> createMlModelRequest)Creates a newMLModelusing theDataSourceand the recipe as information sources.default CreateMlModelResponseMachineLearningClient. createMLModel(CreateMlModelRequest createMlModelRequest)Creates a newMLModelusing theDataSourceand the recipe as information sources.Methods in software.amazon.awssdk.services.machinelearning that return types with arguments of type CreateMlModelResponse Modifier and Type Method Description default CompletableFuture<CreateMlModelResponse>MachineLearningAsyncClient. createMLModel(Consumer<CreateMlModelRequest.Builder> createMlModelRequest)Creates a newMLModelusing theDataSourceand the recipe as information sources.default CompletableFuture<CreateMlModelResponse>MachineLearningAsyncClient. createMLModel(CreateMlModelRequest createMlModelRequest)Creates a newMLModelusing theDataSourceand the recipe as information sources.
-