Values.ConfiguredModelAlgorithmSummarySourceProvides summary information about a configured model algorithm.
type nonrec t = {createTime : SyntheticTimestamp_date_time.t option;The time at which the configured model algorithm was created.
*)updateTime : SyntheticTimestamp_date_time.t option;The most recent time at which the configured model algorithm was updated.
*)configuredModelAlgorithmArn : ConfiguredModelAlgorithmArn.t option;The Amazon Resource Name (ARN) of the configured model algorithm.
*)name : NameString.t option;The name of the configured model algorithm.
*)description : ResourceDescription.t option;The description of the configured model algorithm.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ConfiguredModelAlgorithmArn.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]