aws.sagemaker.list_mlflow_tracking_servers
Example SQL Queries
SELECT * FROMaws.sagemaker.list_mlflow_tracking_servers;Description
Lists all MLflow Tracking Servers.
Table Definition
| Column Name | Column Data Type |
|---|---|
| created_after Input Column Use the CreatedAfter filter to only list tracking servers created after a specific date and time. Listed tracking servers are shown with a date and time such as "2024-03-16T01:46:56+00:00". The CreatedAfter parameter takes in a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter. | TIMESTAMP_S |
| created_before Input Column Use the CreatedBefore filter to only list tracking servers created before a specific date and time. Listed tracking servers are shown with a date and time such as "2024-03-16T01:46:56+00:00". The CreatedBefore parameter takes in a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter. | TIMESTAMP_S |
| mlflow_version Input Column The MLflow version used for a listed tracking server. | VARCHAR |
| sort_by Input Column Filter for trackings servers sorting by name, creation time, or creation status. | VARCHAR |
| sort_order Input Column Change the order of the listed tracking servers. By default, tracking servers are listed in Descending order by creation time. To change the list order, you can specify SortOrder to be Ascending. | VARCHAR |
| tracking_server_status Input Column The creation status of a listed tracking server. | 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 The creation time of a listed tracking server. | TIMESTAMP_S |
| is_active The activity status of a listed tracking server. | VARCHAR |
| last_modified_time The last modified time of a listed tracking server. | TIMESTAMP_S |
| tracking_server_arn The ARN of a listed tracking server. | VARCHAR |
| tracking_server_name The name of a listed tracking server. | VARCHAR |