:doc:`SageMaker <../../sagemaker>` / Client / create_presigned_mlflow_app_url

*******************************
create_presigned_mlflow_app_url
*******************************



.. py:method:: SageMaker.Client.create_presigned_mlflow_app_url(**kwargs)

  

  Returns a presigned URL that you can use to connect to the MLflow UI attached to your MLflow App. For more information, see `Launch the MLflow UI using a presigned URL <https://docs.aws.amazon.com/sagemaker/latest/dg/mlflow-launch-ui.html>`__.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreatePresignedMlflowAppUrl>`_  


  **Request Syntax**
  ::

    response = client.create_presigned_mlflow_app_url(
        Arn='string',
        ExpiresInSeconds=123,
        SessionExpirationDurationInSeconds=123
    )
    
  :type Arn: string
  :param Arn: **[REQUIRED]** 

    The ARN of the MLflow App to connect to your MLflow UI.

    

  
  :type ExpiresInSeconds: integer
  :param ExpiresInSeconds: 

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

    

  
  :type SessionExpirationDurationInSeconds: integer
  :param SessionExpirationDurationInSeconds: 

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

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'AuthorizedUrl': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **AuthorizedUrl** *(string) --* 

        A presigned URL with an authorization token.

        
  
  **Exceptions**
  
  *   :py:class:`SageMaker.Client.exceptions.ResourceNotFound`

  