sagemaker:CreateSharedModel

Write

sagemaker:CreateSharedModel is a Write access-level action in the sagemaker service. Grants permission to create a shared model in a SageMaker Studio application

Resource types

ARNs that sagemaker:CreateSharedModel can be scoped to in an IAM policy.

arn:${Partition}:sagemaker:${Region}:${Account}:shared-model/${SharedModelId}
shared-model

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows sagemaker:CreateSharedModel. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowSagemakerCreateSharedModel",
      "Effect": "Allow",
      "Action": "sagemaker:CreateSharedModel",
      "Resource": "*"
    }
  ]
}

Related actions in sagemaker

View all sagemaker actions →