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

*****************
update_mlflow_app
*****************



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

  

  Updates an MLflow App.

  

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


  **Request Syntax**
  ::

    response = client.update_mlflow_app(
        Arn='string',
        Name='string',
        ArtifactStoreUri='string',
        ModelRegistrationMode='AutoModelRegistrationEnabled'|'AutoModelRegistrationDisabled',
        WeeklyMaintenanceWindowStart='string',
        DefaultDomainIdList=[
            'string',
        ],
        AccountDefaultStatus='ENABLED'|'DISABLED'
    )
    
  :type Arn: string
  :param Arn: **[REQUIRED]** 

    The ARN of the MLflow App to update.

    

  
  :type Name: string
  :param Name: 

    The name of the MLflow App 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 App.

    

  
  :type ModelRegistrationMode: string
  :param ModelRegistrationMode: 

    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 ``AutoModelRegistrationEnabled``. To disable automatic model registration, set this value to ``AutoModelRegistrationDisabled``. If not specified, ``AutomaticModelRegistration`` defaults to ``AutoModelRegistrationEnabled``

    

  
  :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.

    

  
  :type DefaultDomainIdList: list
  :param DefaultDomainIdList: 

    List of SageMaker Domain IDs for which this MLflow App is the default.

    

  
    - *(string) --* 

    

  :type AccountDefaultStatus: string
  :param AccountDefaultStatus: 

    Indicates whether this this MLflow App is the default for the account.

    

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

    
    ::

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

    

    - *(dict) --* 
      

      - **Arn** *(string) --* 

        The ARN of the updated MLflow App.

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

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

  