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'
)
[REQUIRED]
The name of the inference experiment you want to delete.
{
'InferenceExperimentArn': 'string'
}
Response Structure
The ARN of the deleted inference experiment.
Exceptions
SageMaker.Client.exceptions.ConflictException
SageMaker.Client.exceptions.ResourceNotFound