mlflow_tracking_server_tags
Expands all tag keys and values for mlflow_tracking_servers
in a region
Overview
Name | mlflow_tracking_server_tags |
Type | Resource |
Description | Resource Type definition for AWS::SageMaker::MlflowTrackingServer |
Id | aws.sagemaker.mlflow_tracking_server_tags |
Fields
Name | Datatype | Description |
---|---|---|
tracking_server_name | string | The name of the MLFlow Tracking Server. |
tracking_server_arn | string | The Amazon Resource Name (ARN) of the MLFlow Tracking Server. |
tracking_server_size | string | The size of the MLFlow Tracking Server. |
mlflow_version | string | The MLFlow Version used on the MLFlow Tracking Server. |
role_arn | string | The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on behalf of the customer. |
artifact_store_uri | string | The Amazon S3 URI for MLFlow Tracking Server artifacts. |
automatic_model_registration | boolean | A flag to enable Automatic SageMaker Model Registration. |
weekly_maintenance_window_start | string | The start of the time window for maintenance of the MLFlow Tracking Server in UTC time. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all mlflow_tracking_servers
in a region.
SELECT
region,
tracking_server_name,
tracking_server_arn,
tracking_server_size,
mlflow_version,
role_arn,
artifact_store_uri,
automatic_model_registration,
weekly_maintenance_window_start,
tag_key,
tag_value
FROM aws.sagemaker.mlflow_tracking_server_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the mlflow_tracking_server_tags
resource, see mlflow_tracking_servers