Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

CreatePresignedMlflowTrackingServerUrl - Amazon SageMaker

CreatePresignedMlflowTrackingServerUrl

Returns a presigned URL that you can use to connect to the MLflow UI attached to your tracking server. For more information, see Launch the MLflow UI using a presigned URL.

Request Syntax

{ "ExpiresInSeconds": number, "SessionExpirationDurationInSeconds": number, "TrackingServerName": "string" }

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters.

The request accepts the following data in JSON format.

ExpiresInSeconds

The duration in seconds that your presigned URL is valid. The presigned URL can be used only once.

Type: Integer

Valid Range: Minimum value of 5. Maximum value of 300.

Required: No

SessionExpirationDurationInSeconds

The duration in seconds that your MLflow UI session is valid.

Type: Integer

Valid Range: Minimum value of 1800. Maximum value of 43200.

Required: No

TrackingServerName

The name of the tracking server to connect to your MLflow UI.

Type: String

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

Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,255}

Required: Yes

Response Syntax

{ "AuthorizedUrl": "string" }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

AuthorizedUrl

A presigned URL with an authorization token.

Type: String

Length Constraints: Maximum length of 2048.

Errors

For information about the errors that are common to all actions, see Common Errors.

ResourceNotFound

Resource being access is not found.

HTTP Status Code: 400

See Also

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

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.