| 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 CreateEvaluationResponse |
MachineLearningClient.createEvaluation(Consumer<CreateEvaluationRequest.Builder> createEvaluationRequest)
Creates a new
Evaluation of an MLModel. |
default CreateEvaluationResponse |
MachineLearningClient.createEvaluation(CreateEvaluationRequest createEvaluationRequest)
Creates a new
Evaluation of an MLModel. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateEvaluationResponse> |
MachineLearningAsyncClient.createEvaluation(Consumer<CreateEvaluationRequest.Builder> createEvaluationRequest)
Creates a new
Evaluation of an MLModel. |
default CompletableFuture<CreateEvaluationResponse> |
MachineLearningAsyncClient.createEvaluation(CreateEvaluationRequest createEvaluationRequest)
Creates a new
Evaluation of an MLModel. |
| Modifier and Type | Method and Description |
|---|---|
CreateEvaluationResponse |
CreateEvaluationResponseUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Copyright © 2017. All rights reserved.