| 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(CreateMLModelRequest 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 |
|---|---|
Request<CreateMLModelRequest> |
CreateMLModelRequestMarshaller.marshall(CreateMLModelRequest createMLModelRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<CreateMLModelRequest> |
CreateMLModelRequestMarshaller.marshall(CreateMLModelRequest createMLModelRequest) |
void |
CreateMLModelRequestModelMarshaller.marshall(CreateMLModelRequest createMLModelRequest,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2018. All rights reserved.