Values.DeleteConfiguredModelAlgorithmRequestSourceDeletes a configured model algorithm.
type nonrec t = {configuredModelAlgorithmArn : ConfiguredModelAlgorithmArn.t;The Amazon Resource Name (ARN) of the configured model algorithm that you want to delete.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of ConfiguredModelAlgorithmArn.t ]) list ]