CleanRoomsML / Client / delete_trained_model_output

delete_trained_model_output#

CleanRoomsML.Client.delete_trained_model_output(**kwargs)#

Deletes the output of a trained model.

See also: AWS API Documentation

Request Syntax

response = client.delete_trained_model_output(
    trainedModelArn='string',
    membershipIdentifier='string'
)
Parameters:
  • trainedModelArn (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the trained model whose output you want to delete.

  • membershipIdentifier (string) –

    [REQUIRED]

    The membership ID of the member that is deleting the trained model output.

Returns:

None

Exceptions

  • CleanRoomsML.Client.exceptions.ConflictException

  • CleanRoomsML.Client.exceptions.ValidationException

  • CleanRoomsML.Client.exceptions.AccessDeniedException

  • CleanRoomsML.Client.exceptions.ResourceNotFoundException