sagemaker-mlflow:SearchExperiments

Read

sagemaker-mlflow:SearchExperiments is a Read access-level action in the sagemaker-mlflow service. Grants permission to search for MLflow experiments

Resource types

ARNs that sagemaker-mlflow:SearchExperiments can be scoped to in an IAM policy.

arn:${Partition}:sagemaker:${Region}:${Account}:mlflow-tracking-server/${MlflowTrackingServerName}
mlflow-tracking-server

Condition keys

No condition keys are documented for this action.

Example IAM policy

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

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

Related actions in sagemaker-mlflow

View all sagemaker-mlflow actions →