sagemaker-mlflow:LogBatch

Write

sagemaker-mlflow:LogBatch is a Write access-level action in the sagemaker-mlflow service. Grants permission to log a batch of metrics, parameters, and tags for a run

Resource types

ARNs that sagemaker-mlflow:LogBatch 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:LogBatch. Replace "Resource": "*" with a specific ARN to follow least privilege.

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

Related actions in sagemaker-mlflow

View all sagemaker-mlflow actions →