| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| software.amazon.awssdk.services.machinelearning.transform |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
GetDataSourceResponse |
GetDataSourceResponseUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Copyright © 2018. All rights reserved.