Values.DeleteConfiguredModelAlgorithmAssociationRequestSourceDeletes a configured model algorithm association.
type nonrec t = {configuredModelAlgorithmAssociationArn : ConfiguredModelAlgorithmAssociationArn.t;The Amazon Resource Name (ARN) of the configured model algorithm association that you want to delete.
*)membershipIdentifier : UUID.t;The membership ID of the member that is deleting the configured model algorithm association.
*)}val make :
configuredModelAlgorithmAssociationArn:
ConfiguredModelAlgorithmAssociationArn.t ->
membershipIdentifier:UUID.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of ConfiguredModelAlgorithmAssociationArn.t ]) list ]