aws.machinelearning.describe_evaluations
Example SQL Queries
SELECT * FROMaws.machinelearning.describe_evaluations;Description
Returns a list of DescribeEvaluations that match the search criteria in the request.
Table Definition
| Column Name | Column Data Type |
|---|---|
| eq Input Column The equal to operator. The Evaluation results will have FilterVariable values that exactly match the value specified with EQ. | VARCHAR |
| filter_variable Input Column Use one of the following variable to filter a list of Evaluation objects:
| VARCHAR |
| ge Input Column The greater than or equal to operator. The Evaluation results will have FilterVariable values that are greater than or equal to the value specified with GE. | VARCHAR |
| gt Input Column The greater than operator. The Evaluation results will have FilterVariable values that are greater than the value specified with GT. | VARCHAR |
| le Input Column The less than or equal to operator. The Evaluation results will have FilterVariable values that are less than or equal to the value specified with LE. | VARCHAR |
| lt Input Column The less than operator. The Evaluation results will have FilterVariable values that are less than the value specified with LT. | VARCHAR |
| ne Input Column The not equal to operator. The Evaluation results will have FilterVariable values not equal to the value specified with NE. | VARCHAR |
| prefix Input Column A string that is found at the beginning of a variable, such as Name or Id. For example, an Evaluation could have the Name 2014-09-09-HolidayGiftMailer. To search for this Evaluation, select Name for the FilterVariable and any of the following strings for the Prefix:
| VARCHAR |
| sort_order Input Column A two-value parameter that determines the sequence of the resulting list of Evaluation.
Results are sorted by FilterVariable. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| compute_time Long integer type that is a 64-bit signed number. | BIGINT |
| created_at The time that the Evaluation was created. The time is expressed in epoch time. | TIMESTAMP_S |
| created_by_iam_user The AWS user account that invoked the evaluation. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account. | VARCHAR |
| evaluation_data_source_id The ID of the DataSource that is used to evaluate the MLModel. | VARCHAR |
| evaluation_id The ID that is assigned to the Evaluation at creation. | VARCHAR |
| finished_at A timestamp represented in epoch time. | TIMESTAMP_S |
| input_data_location_s3 The location and name of the data in Amazon Simple Storage Server (Amazon S3) that is used in the evaluation. | VARCHAR |
| last_updated_at The time of the most recent edit to the Evaluation. The time is expressed in epoch time. | TIMESTAMP_S |
| message A description of the most recent details about evaluating the MLModel. | VARCHAR |
| ml_model_id The ID of the MLModel that is the focus of the evaluation. | VARCHAR |
| name A user-supplied name or description of the Evaluation. | VARCHAR |
| performance_metrics Measurements of how well the MLModel performed, using observations referenced by the DataSource. One of the following metrics is returned, based on the type of the MLModel:
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide. | STRUCT( |
Show child fields
| |
| started_at A timestamp represented in epoch time. | TIMESTAMP_S |
| status The status of the evaluation. This element can have one of the following values:
| VARCHAR |