| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| software.amazon.awssdk.services.machinelearning.model |
| Modifier and Type | Method and Description |
|---|---|
default GetMLModelResponse |
MachineLearningClient.getMLModel(Consumer<GetMLModelRequest.Builder> getMLModelRequest)
Returns an
MLModel that includes detailed metadata, data source information, and the current status
of the MLModel. |
default CompletableFuture<GetMLModelResponse> |
MachineLearningAsyncClient.getMLModel(Consumer<GetMLModelRequest.Builder> getMLModelRequest)
Returns an
MLModel that includes detailed metadata, data source information, and the current status
of the MLModel. |
| Modifier and Type | Method and Description |
|---|---|
static GetMLModelRequest.Builder |
GetMLModelRequest.builder() |
GetMLModelRequest.Builder |
GetMLModelRequest.Builder.mlModelId(String mlModelId)
The ID assigned to the
MLModel at creation. |
GetMLModelRequest.Builder |
GetMLModelRequest.Builder.requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
GetMLModelRequest.Builder |
GetMLModelRequest.toBuilder() |
GetMLModelRequest.Builder |
GetMLModelRequest.Builder.verbose(Boolean verbose)
Specifies whether the
GetMLModel operation should return Recipe. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetMLModelRequest.Builder> |
GetMLModelRequest.serializableBuilderClass() |
Copyright © 2017. All rights reserved.