SageMaker / Client / delete_ai_workload_config

delete_ai_workload_config

SageMaker.Client.delete_ai_workload_config(**kwargs)

Deletes the specified AI workload configuration. You cannot delete a configuration that is referenced by an active benchmark job.

See also: AWS API Documentation

Request Syntax

response = client.delete_ai_workload_config(
    AIWorkloadConfigName='string'
)
Parameters:

AIWorkloadConfigName (string) –

[REQUIRED]

The name of the AI workload configuration to delete.

Return type:

dict

Returns:

Response Syntax

{
    'AIWorkloadConfigArn': 'string'
}

Response Structure

  • (dict) –

    • AIWorkloadConfigArn (string) –

      The Amazon Resource Name (ARN) of the deleted AI workload configuration.

Exceptions