| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| Modifier and Type | Method and Description |
|---|---|
default GetDataSourceResponse |
MachineLearningClient.getDataSource(Consumer<GetDataSourceRequest.Builder> getDataSourceRequest)
Returns a
DataSource that includes metadata and data file information, as well as the current status
of the DataSource. |
default GetDataSourceResponse |
MachineLearningClient.getDataSource(GetDataSourceRequest getDataSourceRequest)
Returns a
DataSource that includes metadata and data file information, as well as the current status
of the DataSource. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDataSourceResponse> |
MachineLearningAsyncClient.getDataSource(Consumer<GetDataSourceRequest.Builder> getDataSourceRequest)
Returns a
DataSource that includes metadata and data file information, as well as the current status
of the DataSource. |
default CompletableFuture<GetDataSourceResponse> |
MachineLearningAsyncClient.getDataSource(GetDataSourceRequest getDataSourceRequest)
Returns a
DataSource that includes metadata and data file information, as well as the current status
of the DataSource. |
Copyright © 2020. All rights reserved.