mlflow_tracking_servers_list_only
Lists mlflow_tracking_servers
in a region or regions, for all properties use mlflow_tracking_servers
Overview
Name | mlflow_tracking_servers_list_only |
Type | Resource |
Description | Resource Type definition for AWS::SageMaker::MlflowTrackingServer |
Id | aws.sagemaker.mlflow_tracking_servers_list_only |
Fields
Name | Datatype | Description |
---|---|---|
tracking_server_name | string | The name of the MLFlow Tracking Server. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all mlflow_tracking_servers
in a region.
SELECT
region,
tracking_server_name
FROM aws.sagemaker.mlflow_tracking_servers_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the mlflow_tracking_servers_list_only
resource, see mlflow_tracking_servers