def __init__()

in batch_pipeline/infra/sagemaker_pipeline_stack.py [0:0]


    def __init__(
        self,
        scope: core.Construct,
        construct_id: str,
        pipeline_name: str,
        pipeline_description: str,
        pipeline_definition_bucket: str,
        pipeline_definition_key: str,
        sagemaker_role_arn: str,
        tags: list,
        drift_config: DriftConfig,
        **kwargs,