| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| software.amazon.awssdk.services.machinelearning.transform |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
CreateMLModelResponse |
CreateMLModelResponseUnmarshaller.unmarshall(software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext context) |
Copyright © 2018. All rights reserved.