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

*****************************
update_mlflow_tracking_server
*****************************



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

  

  Updates properties of an existing MLflow Tracking Server.

  

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


  **Request Syntax**
  ::

    response = client.update_mlflow_tracking_server(
        TrackingServerName='string',
        ArtifactStoreUri='string',
        TrackingServerSize='Small'|'Medium'|'Large',
        AutomaticModelRegistration=True|False,
        WeeklyMaintenanceWindowStart='string'
    )
    
  :type TrackingServerName: string
  :param TrackingServerName: **[REQUIRED]** 

    The name of the MLflow Tracking Server to update.

    

  
  :type ArtifactStoreUri: string
  :param ArtifactStoreUri: 

    The new S3 URI for the general purpose bucket to use as the artifact store for the MLflow Tracking Server.

    

  
  :type TrackingServerSize: string
  :param TrackingServerSize: 

    The new size for the MLflow Tracking Server.

    

  
  :type AutomaticModelRegistration: boolean
  :param AutomaticModelRegistration: 

    Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry. To enable automatic model registration, set this value to ``True``. To disable automatic model registration, set this value to ``False``. If not specified, ``AutomaticModelRegistration`` defaults to ``False``

    

  
  :type WeeklyMaintenanceWindowStart: string
  :param WeeklyMaintenanceWindowStart: 

    The new weekly maintenance window start day and time to update. The maintenance window day and time should be in Coordinated Universal Time (UTC) 24-hour standard time. For example: TUE:03:30.

    

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

    
    ::

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

    

    - *(dict) --* 
      

      - **TrackingServerArn** *(string) --* 

        The ARN of the updated MLflow Tracking Server.

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

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

  
  *   :py:class:`SageMaker.Client.exceptions.ResourceLimitExceeded`

  