SageMaker Pipeline
Pre-requisites
General Requirements:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "SageMakerPipelineOperations",
"Effect": "Allow",
"Action": [
"sagemaker:ListPipelines",
"sagemaker:DescribePipeline",
"sagemaker:ListPipelineVersions",
"sagemaker:StartPipelineExecution",
"sagemaker:DescribePipelineExecution"
],
"Resource": "*"
}
]
}When using AWS Access Key Authentication:
When using Azure AD Federation Authentication:
Current Version
Release Notes
Version
Date
Description
Last updated
Was this helpful?