airflow.providers.amazon.aws.links.sagemaker_unified_studio

Classes

SageMakerUnifiedStudioLink

Helper class for constructing Amazon SageMaker Unified Studio Links.

Module Contents

Bases: airflow.providers.amazon.aws.links.base_aws.BaseAwsLink

Helper class for constructing Amazon SageMaker Unified Studio Links.

name = 'Amazon SageMaker Unified Studio'[source]

Name of the link. This will be the button name on the task UI.

key = 'sagemaker_unified_studio'[source]
format_str = 'https://console.{aws_domain}/datazone/home?region={region_name}'[source]

Was this entry helpful?