def __init__()

in infra/batch_pipeline_construct.py [0:0]


    def __init__(
        self,
        scope: core.Construct,
        construct_id: str,
        env: core.Environment,
        sagemaker_execution_role: iam.Role,
        code_pipeline_role: iam.Role,
        code_build_role: iam.Role,
        cloudformation_role: iam.Role,
        event_role: iam.Role,
        lambda_role: iam.Role,
        s3_artifact: s3.Bucket,
        branch_name: str,
        project_name: str,
        project_id: str,
        seed_bucket: str,
        seed_key: str,
        batch_schedule: str,
        **kwargs,