| Package | Description |
|---|---|
| com.amazonaws.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| com.amazonaws.services.machinelearning.model |
Classes modeling the various types represented by AmazonMachineLearning
|
| Modifier and Type | Method and Description |
|---|---|
GetMLModelResult |
AmazonMachineLearning.getMLModel(GetMLModelRequest getMLModelRequest)
Returns an
MLModel that includes detailed metadata, data
source information, and the current status of the MLModel. |
GetMLModelResult |
AmazonMachineLearningClient.getMLModel(GetMLModelRequest getMLModelRequest)
Returns an
MLModel that includes detailed metadata, data
source information, and the current status of the MLModel. |
| Modifier and Type | Method and Description |
|---|---|
GetMLModelRequest |
GetMLModelRequest.withMLModelId(String mLModelId)
The ID assigned to the
MLModel at creation. |
GetMLModelRequest |
GetMLModelRequest.withVerbose(Boolean verbose)
Specifies whether the
GetMLModel operation should return
Recipe. |
Copyright © 2018. All rights reserved.