aws.frauddetector.get_batch_prediction_jobs
Example SQL Queries
SELECT * FROMaws.frauddetector.get_batch_prediction_jobs;Description
Gets all batch prediction jobs or a specific job if you specify a job ID. This is a paginated API. If you provide a null maxResults, this action retrieves a maximum of 50 records per page. If you provide a maxResults, the value must be between 1 and 50. To get the next page results, provide the pagination token from the GetBatchPredictionJobsResponse as part of your request. A null pagination token fetches the records from the beginning.
Table Definition
| Column Name | Column Data Type |
|---|---|
| job_id Input Column The batch prediction job for which to get the details. | VARCHAR |
| max_results Input Column The maximum number of objects to return for the request. | BIGINT |
| next_token Input Column The next token for the subsequent request. | 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_predictions An array containing the details of each batch prediction job. | STRUCT( |
Show child fields
| |