| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| Modifier and Type | Method and Description |
|---|---|
default CreateMlModelResponse |
MachineLearningClient.createMLModel(Consumer<CreateMlModelRequest.Builder> createMlModelRequest)
Creates a new
MLModel using the DataSource and the recipe as information sources. |
default CreateMlModelResponse |
MachineLearningClient.createMLModel(CreateMlModelRequest createMlModelRequest)
Creates a new
MLModel using the DataSource and the recipe as information sources. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateMlModelResponse> |
MachineLearningAsyncClient.createMLModel(Consumer<CreateMlModelRequest.Builder> createMlModelRequest)
Creates a new
MLModel using the DataSource and the recipe as information sources. |
default CompletableFuture<CreateMlModelResponse> |
MachineLearningAsyncClient.createMLModel(CreateMlModelRequest createMlModelRequest)
Creates a new
MLModel using the DataSource and the recipe as information sources. |
Copyright © 2019. All rights reserved.