I have tried using the AWS::SageMaker::Pipeline
resource in CloudFormation.
I want to give a pipeline definition in JSON format in CloudFormation. But there aren't any documentation available for that. There is documentation only for a Python SDK pipeline definition.
How can I create an MLOps SageMaker pipeline using CloudFormation?