aws.machinelearning.describe_batch_predictions
Example SQL Queries
SELECT * FROMaws.machinelearning.describe_batch_predictions;Description
Returns a list of BatchPrediction operations that match the search criteria in the request.
Table Definition
| Column Name | Column Data Type |
|---|---|
| eq Input Column The equal to operator. The BatchPrediction results will have FilterVariable values that exactly match the value specified with EQ. | VARCHAR |
| filter_variable Input Column Use one of the following variables to filter a list of BatchPrediction:
| VARCHAR |
| ge Input Column The greater than or equal to operator. The BatchPrediction 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 BatchPrediction 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 BatchPrediction 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 BatchPrediction results will have FilterVariable values that are less than the value specified with LT. | VARCHAR |
| ne Input Column The not equal to operator. The BatchPrediction 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, a Batch Prediction operation could have the Name 2014-09-09-HolidayGiftMailer. To search for this BatchPrediction, 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 MLModels.
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 |
| batch_prediction_data_source_id The ID of the DataSource that points to the group of observations to predict. | VARCHAR |
| batch_prediction_id The ID assigned to the BatchPrediction at creation. This value should be identical to the value of the BatchPredictionID in the request. | VARCHAR |
| compute_time Long integer type that is a 64-bit signed number. | BIGINT |
| created_at The time that the BatchPrediction was created. The time is expressed in epoch time. | TIMESTAMP_S |
| created_by_iam_user The AWS user account that invoked the BatchPrediction. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account. | VARCHAR |
| finished_at A timestamp represented in epoch time. | TIMESTAMP_S |
| input_data_location_s3 The location of the data file or directory in Amazon Simple Storage Service (Amazon S3). | VARCHAR |
| invalid_record_count Long integer type that is a 64-bit signed number. | BIGINT |
| last_updated_at The time of the most recent edit to the BatchPrediction. The time is expressed in epoch time. | TIMESTAMP_S |
| message A description of the most recent details about processing the batch prediction request. | VARCHAR |
| ml_model_id The ID of the MLModel that generated predictions for the BatchPrediction request. | VARCHAR |
| name A user-supplied name or description of the BatchPrediction. | VARCHAR |
| output_uri The location of an Amazon S3 bucket or directory to receive the operation results. The following substrings are not allowed in the s3 key portion of the outputURI field: ':', '//', '/./', '/../'. | VARCHAR |
| started_at A timestamp represented in epoch time. | TIMESTAMP_S |
| status The status of the BatchPrediction. This element can have one of the following values:
| VARCHAR |
| total_record_count Long integer type that is a 64-bit signed number. | BIGINT |