View a markdown version of this page

AIMlflowConfig - Amazon SageMaker
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AIMlflowConfig

The MLflow tracking configuration for logging metrics and parameters to a SageMaker managed MLflow tracking server.

Contents

MlflowResourceArn

The Amazon Resource Name (ARN) of the SageMaker managed MLflow resource.

Type: String

Length Constraints: Minimum length of 20. Maximum length of 2048.

Pattern: arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:mlflow-(app|tracking-server)/.*

Required: Yes

MlflowExperimentName

The MLflow experiment name used for tracking.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 256.

Pattern: [a-zA-Z0-9\-_./]+

Required: No

MlflowRunName

The MLflow run name used for tracking.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 256.

Pattern: [a-zA-Z0-9\-_./]+

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: