| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| software.amazon.awssdk.services.machinelearning.paginators | |
| software.amazon.awssdk.services.machinelearning.transform |
| Modifier and Type | Method and Description |
|---|---|
default DescribeMLModelsResponse |
MachineLearningClient.describeMLModels(DescribeMLModelsRequest describeMLModelsRequest)
Returns a list of
MLModel that match the search criteria in the request. |
default CompletableFuture<DescribeMLModelsResponse> |
MachineLearningAsyncClient.describeMLModels(DescribeMLModelsRequest describeMLModelsRequest)
Returns a list of
MLModel that match the search criteria in the request. |
default DescribeMLModelsIterable |
MachineLearningClient.describeMLModelsPaginator(DescribeMLModelsRequest describeMLModelsRequest)
Returns a list of
MLModel that match the search criteria in the request. |
default DescribeMLModelsPublisher |
MachineLearningAsyncClient.describeMLModelsPaginator(DescribeMLModelsRequest describeMLModelsRequest)
Returns a list of
MLModel that match the search criteria in the request. |
| Constructor and Description |
|---|
DescribeMLModelsIterable(MachineLearningClient client,
DescribeMLModelsRequest firstRequest) |
DescribeMLModelsPublisher(MachineLearningAsyncClient client,
DescribeMLModelsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeMLModelsRequest> |
DescribeMLModelsRequestMarshaller.marshall(DescribeMLModelsRequest describeMLModelsRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeMLModelsRequest> |
DescribeMLModelsRequestMarshaller.marshall(DescribeMLModelsRequest describeMLModelsRequest) |
void |
DescribeMLModelsRequestModelMarshaller.marshall(DescribeMLModelsRequest describeMLModelsRequest,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object
|
Copyright © 2018. All rights reserved.