Skip to main content

mlflow_tracking_server_tags

Expands all tag keys and values for mlflow_tracking_servers in a region

Overview

Namemlflow_tracking_server_tags
TypeResource
DescriptionResource Type definition for AWS::SageMaker::MlflowTrackingServer
Idaws.sagemaker.mlflow_tracking_server_tags

Fields

NameDatatypeDescription
tracking_server_namestringThe name of the MLFlow Tracking Server.
tracking_server_arnstringThe Amazon Resource Name (ARN) of the MLFlow Tracking Server.
tracking_server_sizestringThe size of the MLFlow Tracking Server.
mlflow_versionstringThe MLFlow Version used on the MLFlow Tracking Server.
role_arnstringThe Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on behalf of the customer.
artifact_store_uristringThe Amazon S3 URI for MLFlow Tracking Server artifacts.
automatic_model_registrationbooleanA flag to enable Automatic SageMaker Model Registration.
weekly_maintenance_window_startstringThe start of the time window for maintenance of the MLFlow Tracking Server in UTC time.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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