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