aws.sagemaker.list_edge_packaging_jobs
Example SQL Queries
SELECT * FROMaws.sagemaker.list_edge_packaging_jobs;Description
Returns a list of edge packaging jobs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| creation_time_after Input Column Select jobs where the job was created after specified time. | TIMESTAMP_S |
| creation_time_before Input Column Select jobs where the job was created before specified time. | TIMESTAMP_S |
| last_modified_time_after Input Column Select jobs where the job was updated after specified time. | TIMESTAMP_S |
| last_modified_time_before Input Column Select jobs where the job was updated before specified time. | TIMESTAMP_S |
| model_name_contains Input Column Filter for jobs where the model name contains this string. | VARCHAR |
| name_contains Input Column Filter for jobs containing this name in their packaging job name. | VARCHAR |
| sort_by Input Column Use to specify what column to sort by. | VARCHAR |
| sort_order Input Column What direction to sort by. | VARCHAR |
| status_equals Input Column The job status to filter for. | 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
| |
| compilation_job_name The name of the SageMaker Neo compilation job. | VARCHAR |
| creation_time The timestamp of when the job was created. | TIMESTAMP_S |
| edge_packaging_job_arn The Amazon Resource Name (ARN) of the edge packaging job. | VARCHAR |
| edge_packaging_job_name The name of the edge packaging job. | VARCHAR |
| edge_packaging_job_status The status of the edge packaging job. | VARCHAR |
| last_modified_time The timestamp of when the edge packaging job was last updated. | TIMESTAMP_S |
| model_name The name of the model. | VARCHAR |
| model_version The version of the model. | VARCHAR |