View source: R/machinelearning_operations.R
machinelearning_describe_evaluations | R Documentation |
Returns a list of describe_evaluations
that match the search criteria in the request.
See https://www.paws-r-sdk.com/docs/machinelearning_describe_evaluations/ for full documentation.
machinelearning_describe_evaluations(
FilterVariable = NULL,
EQ = NULL,
GT = NULL,
LT = NULL,
GE = NULL,
LE = NULL,
NE = NULL,
Prefix = NULL,
SortOrder = NULL,
NextToken = NULL,
Limit = NULL
)
FilterVariable |
Use one of the following variable to filter a list of
|
EQ |
The equal to operator. The |
GT |
The greater than operator. The |
LT |
The less than operator. The |
GE |
The greater than or equal to operator. The |
LE |
The less than or equal to operator. The |
NE |
The not equal to operator. The |
Prefix |
A string that is found at the beginning of a variable, such as For example, an
|
SortOrder |
A two-value parameter that determines the sequence of the resulting list
of
Results are sorted by |
NextToken |
The ID of the page in the paginated results. |
Limit |
The maximum number of |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.