SageMaker / Client / delete_mlflow_app

delete_mlflow_app

SageMaker.Client.delete_mlflow_app(**kwargs)

Deletes an MLflow App.

See also: AWS API Documentation

Request Syntax

response = client.delete_mlflow_app(
    Arn='string'
)
Parameters:

Arn (string) –

[REQUIRED]

The ARN of the MLflow App to delete.

Return type:

dict

Returns:

Response Syntax

{
    'Arn': 'string'
}

Response Structure

  • (dict) –

    • Arn (string) –

      The ARN of the deleted MLflow App.

Exceptions