| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| 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. |
Copyright © 2022. All rights reserved.