| Package | Description |
|---|---|
| com.amazonaws.services.machinelearning |
Synchronous and asynchronous client classes for accessing AmazonMachineLearning.
|
| com.amazonaws.services.machinelearning.model |
Classes modeling the various types represented by AmazonMachineLearning.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEvaluationsResult |
AmazonMachineLearningClient.describeEvaluations(DescribeEvaluationsRequest describeEvaluationsRequest)
Returns a list of
DescribeEvaluations that match the
search criteria in the request. |
DescribeEvaluationsResult |
AmazonMachineLearning.describeEvaluations(DescribeEvaluationsRequest describeEvaluationsRequest)
Returns a list of
DescribeEvaluations that match the
search criteria in the request. |
Future<DescribeEvaluationsResult> |
AmazonMachineLearningAsyncClient.describeEvaluationsAsync(DescribeEvaluationsRequest describeEvaluationsRequest)
Returns a list of
DescribeEvaluations that match the
search criteria in the request. |
Future<DescribeEvaluationsResult> |
AmazonMachineLearningAsync.describeEvaluationsAsync(DescribeEvaluationsRequest describeEvaluationsRequest)
Returns a list of
DescribeEvaluations that match the
search criteria in the request. |
Future<DescribeEvaluationsResult> |
AmazonMachineLearningAsyncClient.describeEvaluationsAsync(DescribeEvaluationsRequest describeEvaluationsRequest,
AsyncHandler<DescribeEvaluationsRequest,DescribeEvaluationsResult> asyncHandler)
Returns a list of
DescribeEvaluations that match the
search criteria in the request. |
Future<DescribeEvaluationsResult> |
AmazonMachineLearningAsync.describeEvaluationsAsync(DescribeEvaluationsRequest describeEvaluationsRequest,
AsyncHandler<DescribeEvaluationsRequest,DescribeEvaluationsResult> asyncHandler)
Returns a list of
DescribeEvaluations that match the
search criteria in the request. |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeEvaluationsResult> |
AmazonMachineLearningAsyncClient.describeEvaluationsAsync(DescribeEvaluationsRequest describeEvaluationsRequest,
AsyncHandler<DescribeEvaluationsRequest,DescribeEvaluationsResult> asyncHandler)
Returns a list of
DescribeEvaluations that match the
search criteria in the request. |
Future<DescribeEvaluationsResult> |
AmazonMachineLearningAsync.describeEvaluationsAsync(DescribeEvaluationsRequest describeEvaluationsRequest,
AsyncHandler<DescribeEvaluationsRequest,DescribeEvaluationsResult> asyncHandler)
Returns a list of
DescribeEvaluations that match the
search criteria in the request. |
| Modifier and Type | Method and Description |
|---|---|
DescribeEvaluationsRequest |
DescribeEvaluationsRequest.clone() |
DescribeEvaluationsRequest |
DescribeEvaluationsRequest.withEQ(String eQ)
The equal to operator.
|
DescribeEvaluationsRequest |
DescribeEvaluationsRequest.withFilterVariable(EvaluationFilterVariable filterVariable)
Use one of the following variable to filter a list of
Evaluation objects: CreatedAt -
Sets the search criteria to the Evaluation creation
date. Status - Sets the search criteria to the
Evaluation status. Name - Sets the
search criteria to the contents of Evaluation
Name. IAMUser - Sets the search
criteria to the user account that invoked an
Evaluation. MLModelId - Sets the
search criteria to the MLModel that was evaluated.
DataSourceId - Sets the search criteria to the
DataSource used in Evaluation.
DataUri - Sets the search criteria to the data
file(s) used in Evaluation. |
DescribeEvaluationsRequest |
DescribeEvaluationsRequest.withFilterVariable(String filterVariable)
Use one of the following variable to filter a list of
Evaluation objects: CreatedAt -
Sets the search criteria to the Evaluation creation
date. Status - Sets the search criteria to the
Evaluation status. Name - Sets the
search criteria to the contents of Evaluation
Name. IAMUser - Sets the search
criteria to the user account that invoked an
Evaluation. MLModelId - Sets the
search criteria to the MLModel that was evaluated.
DataSourceId - Sets the search criteria to the
DataSource used in Evaluation.
DataUri - Sets the search criteria to the data
file(s) used in Evaluation. |
DescribeEvaluationsRequest |
DescribeEvaluationsRequest.withGE(String gE)
The greater than or equal to operator.
|
DescribeEvaluationsRequest |
DescribeEvaluationsRequest.withGT(String gT)
The greater than operator.
|
DescribeEvaluationsRequest |
DescribeEvaluationsRequest.withLE(String lE)
The less than or equal to operator.
|
DescribeEvaluationsRequest |
DescribeEvaluationsRequest.withLimit(Integer limit)
The maximum number of
Evaluation to include in the
result. |
DescribeEvaluationsRequest |
DescribeEvaluationsRequest.withLT(String lT)
The less than operator.
|
DescribeEvaluationsRequest |
DescribeEvaluationsRequest.withNE(String nE)
The not equal to operator.
|
DescribeEvaluationsRequest |
DescribeEvaluationsRequest.withNextToken(String nextToken)
The ID of the page in the paginated results.
|
DescribeEvaluationsRequest |
DescribeEvaluationsRequest.withPrefix(String prefix)
A string that is found at the beginning of a variable, such as
Name or Id. |
DescribeEvaluationsRequest |
DescribeEvaluationsRequest.withSortOrder(SortOrder sortOrder)
A two-value parameter that determines the sequence of the resulting
list of
Evaluation. |
DescribeEvaluationsRequest |
DescribeEvaluationsRequest.withSortOrder(String sortOrder)
A two-value parameter that determines the sequence of the resulting
list of
Evaluation. |
Copyright © 2015. All rights reserved.