Values_2.HumanTaskUiSummarySourceContainer for human task user interface information.
type nonrec t = {humanTaskUiName : Values_0.HumanTaskUiName.t option;The name of the human task user interface.
*)humanTaskUiArn : Values_0.HumanTaskUiArn.t option;The Amazon Resource Name (ARN) of the human task user interface.
*)creationTime : Values_0.Timestamp.t option;A timestamp when SageMaker created the human task user interface.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.HumanTaskUiName.t
| `Timestamp of Values_0.Timestamp.t ])
list ]