SageMaker / Client / create_presigned_mlflow_tracking_server_url
create_presigned_mlflow_tracking_server_url#
- SageMaker.Client.create_presigned_mlflow_tracking_server_url(**kwargs)#
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.
See also: AWS API Documentation
Request Syntax
response = client.create_presigned_mlflow_tracking_server_url( TrackingServerName='string', ExpiresInSeconds=123, SessionExpirationDurationInSeconds=123 )
- Parameters:
TrackingServerName (string) –
[REQUIRED]
The name of the tracking server to connect to your MLflow UI.
ExpiresInSeconds (integer) – The duration in seconds that your presigned URL is valid. The presigned URL can be used only once.
SessionExpirationDurationInSeconds (integer) – The duration in seconds that your MLflow UI session is valid.
- Return type:
dict
- Returns:
Response Syntax
{ 'AuthorizedUrl': 'string' }
Response Structure
(dict) –
AuthorizedUrl (string) –
A presigned URL with an authorization token.
Exceptions
SageMaker.Client.exceptions.ResourceNotFound