CreatePresignedMlflowTrackingServerUrl - 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).

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 Amazon SDKs, see the following: