CleanRoomsML / Client / delete_configured_model_algorithm_association

delete_configured_model_algorithm_association#

CleanRoomsML.Client.delete_configured_model_algorithm_association(**kwargs)#

Deletes a configured model algorithm association.

See also: AWS API Documentation

Request Syntax

response = client.delete_configured_model_algorithm_association(
    configuredModelAlgorithmAssociationArn='string',
    membershipIdentifier='string'
)
Parameters:
  • configuredModelAlgorithmAssociationArn (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the configured model algorithm association that you want to delete.

  • membershipIdentifier (string) –

    [REQUIRED]

    The membership ID of the member that is deleting the configured model algorithm association.

Returns:

None

Exceptions