aws.sagemaker.list_endpoint_configs
Example SQL Queries
SELECT * FROMaws.sagemaker.list_endpoint_configs;Description
Lists endpoint configurations.
Table Definition
| Column Name | Column Data Type |
|---|---|
| creation_time_after Input Column A filter that returns only endpoint configurations with a creation time greater than or equal to the specified time (timestamp). | TIMESTAMP_S |
| creation_time_before Input Column A filter that returns only endpoint configurations created before the specified time (timestamp). | TIMESTAMP_S |
| name_contains Input Column A string in the endpoint configuration name. This filter returns only endpoint configurations whose name contains the specified string. | VARCHAR |
| sort_by Input Column The field to sort results by. The default is CreationTime. | VARCHAR |
| sort_order Input Column The sort order for results. The default is Descending. | 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
| |
| creation_time A timestamp that shows when the endpoint configuration was created. | TIMESTAMP_S |
| endpoint_config_arn The Amazon Resource Name (ARN) of the endpoint configuration. | VARCHAR |
| endpoint_config_name The name of the endpoint configuration. | VARCHAR |