delete_model_card

SageMaker.Client.delete_model_card(**kwargs)

Deletes an Amazon SageMaker Model Card.

See also: AWS API Documentation

Request Syntax

response = client.delete_model_card(
    ModelCardName='string'
)
Parameters
ModelCardName (string) --

[REQUIRED]

The name of the model card to delete.

Returns
None

Exceptions

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