| Package | Description |
|---|---|
| com.amazonaws.services.machinelearning |
Definition of the public APIs exposed by Amazon Machine Learning
|
| com.amazonaws.services.machinelearning.model | |
| com.amazonaws.services.machinelearning.waiters |
| Modifier and Type | Method and Description |
|---|---|
DescribeDataSourcesRequest |
DescribeDataSourcesRequest.clone() |
DescribeDataSourcesRequest |
DescribeDataSourcesRequest.withEQ(String eQ)
The equal to operator.
|
DescribeDataSourcesRequest |
DescribeDataSourcesRequest.withFilterVariable(DataSourceFilterVariable filterVariable)
Use one of the following variables to filter a list of
DataSource: |
DescribeDataSourcesRequest |
DescribeDataSourcesRequest.withFilterVariable(String filterVariable)
Use one of the following variables to filter a list of
DataSource: |
DescribeDataSourcesRequest |
DescribeDataSourcesRequest.withGE(String gE)
The greater than or equal to operator.
|
DescribeDataSourcesRequest |
DescribeDataSourcesRequest.withGT(String gT)
The greater than operator.
|
DescribeDataSourcesRequest |
DescribeDataSourcesRequest.withLE(String lE)
The less than or equal to operator.
|
DescribeDataSourcesRequest |
DescribeDataSourcesRequest.withLimit(Integer limit)
The maximum number of
DataSource to include in the result. |
DescribeDataSourcesRequest |
DescribeDataSourcesRequest.withLT(String lT)
The less than operator.
|
DescribeDataSourcesRequest |
DescribeDataSourcesRequest.withNE(String nE)
The not equal to operator.
|
DescribeDataSourcesRequest |
DescribeDataSourcesRequest.withNextToken(String nextToken)
The ID of the page in the paginated results.
|
DescribeDataSourcesRequest |
DescribeDataSourcesRequest.withPrefix(String prefix)
A string that is found at the beginning of a variable, such as
Name or Id. |
DescribeDataSourcesRequest |
DescribeDataSourcesRequest.withSortOrder(SortOrder sortOrder)
A two-value parameter that determines the sequence of the resulting list
of
DataSource. |
DescribeDataSourcesRequest |
DescribeDataSourcesRequest.withSortOrder(String sortOrder)
A two-value parameter that determines the sequence of the resulting list
of
DataSource. |
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeDataSourcesRequest> |
AmazonMachineLearningWaiters.dataSourceAvailable()
Builds a DataSourceAvailable waiter by using custom parameters
waiterParameters and other parameters defined in the waiters
specification, and then polls until it determines whether the resource
entered the desired state or not, where polling criteria is bound by
either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDataSourcesResult |
DescribeDataSourcesFunction.apply(DescribeDataSourcesRequest describeDataSourcesRequest)
Makes a call to the operation specified by the waiter by taking the
corresponding request and returns the corresponding result
|
Copyright © 2016. All rights reserved.