| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| software.amazon.awssdk.services.machinelearning.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeDataSourcesResponse |
MachineLearningClient.describeDataSources()
Returns a list of
DataSource that match the search criteria in the request. |
default DescribeDataSourcesResponse |
MachineLearningClient.describeDataSources(Consumer<DescribeDataSourcesRequest.Builder> describeDataSourcesRequest)
Returns a list of
DataSource that match the search criteria in the request. |
default DescribeDataSourcesResponse |
MachineLearningClient.describeDataSources(DescribeDataSourcesRequest describeDataSourcesRequest)
Returns a list of
DataSource that match the search criteria in the request. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeDataSourcesResponse> |
MachineLearningAsyncClient.describeDataSources()
Returns a list of
DataSource that match the search criteria in the request. |
default CompletableFuture<DescribeDataSourcesResponse> |
MachineLearningAsyncClient.describeDataSources(Consumer<DescribeDataSourcesRequest.Builder> describeDataSourcesRequest)
Returns a list of
DataSource that match the search criteria in the request. |
default CompletableFuture<DescribeDataSourcesResponse> |
MachineLearningAsyncClient.describeDataSources(DescribeDataSourcesRequest describeDataSourcesRequest)
Returns a list of
DataSource that match the search criteria in the request. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeDataSourcesResponse> |
DescribeDataSourcesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDataSourcesPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeDataSourcesResponse> subscriber) |
Copyright © 2018. All rights reserved.