aws.sagemaker.list_inference_experiments
Example SQL Queries
SELECT * FROMaws.sagemaker.list_inference_experiments;Description
Returns the list of all inference experiments.
Table Definition
| Column Name | Column Data Type |
|---|---|
| creation_time_after Input Column Selects inference experiments which were created after this timestamp. | TIMESTAMP_S |
| creation_time_before Input Column Selects inference experiments which were created before this timestamp. | TIMESTAMP_S |
| last_modified_time_after Input Column Selects inference experiments which were last modified after this timestamp. | TIMESTAMP_S |
| last_modified_time_before Input Column Selects inference experiments which were last modified before this timestamp. | TIMESTAMP_S |
| name_contains Input Column Selects inference experiments whose names contain this name. | VARCHAR |
| sort_by Input Column The column by which to sort the listed inference experiments. | VARCHAR |
| sort_order Input Column The direction of sorting (ascending or descending). | VARCHAR |
| status_equals Input Column Selects inference experiments which are in this status. For the possible statuses, see DescribeInferenceExperiment. | VARCHAR |
| type Input Column The type of the inference experiment. | 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
| |
| completion_time The timestamp at which the inference experiment was completed. | TIMESTAMP_S |
| creation_time The timestamp at which the inference experiment was created. | TIMESTAMP_S |
| description The description of the inference experiment. | VARCHAR |
| last_modified_time The timestamp when you last modified the inference experiment. | TIMESTAMP_S |
| name The name of the inference experiment. | VARCHAR |
| role_arn The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images, and manage Amazon SageMaker Inference endpoints for model deployment. | VARCHAR |
| schedule The duration for which the inference experiment ran or will run. The maximum duration that you can set for an inference experiment is 30 days. | STRUCT( |
Show child fields
| |
| status The status of the inference experiment. | VARCHAR |
| status_reason The error message for the inference experiment status result. | VARCHAR |