def __init__()

in deployment_pipeline/infra/sagemaker_stack.py [0:0]


    def __init__(
        self,
        scope: core.Construct,
        construct_id: str,
        sagemaker_execution_role: str,
        deployment_config: object,
        endpoint_name: str,
        baseline_uri: str,
        data_capture_uri: str,
        reporting_uri: str,
        tags: list,
        **kwargs,