delete_inference_experiment

SageMaker.Client.delete_inference_experiment(**kwargs)

Deletes an inference experiment.

Note

This operation does not delete your endpoint, variants, or any underlying resources. This operation only deletes the metadata of your experiment.

See also: AWS API Documentation

Request Syntax

response = client.delete_inference_experiment(
    Name='string'
)
Parameters
Name (string) --

[REQUIRED]

The name of the inference experiment you want to delete.

Return type
dict
Returns
Response Syntax
{
    'InferenceExperimentArn': 'string'
}

Response Structure

  • (dict) --
    • InferenceExperimentArn (string) --

      The ARN of the deleted inference experiment.

Exceptions

  • SageMaker.Client.exceptions.ConflictException
  • SageMaker.Client.exceptions.ResourceNotFound