Module Values_2.HumanTaskUiSummarySource

Container for human task user interface information.

Sourcetype nonrec t = {
  1. humanTaskUiName : Values_0.HumanTaskUiName.t option;
    (*

    The name of the human task user interface.

    *)
  2. humanTaskUiArn : Values_0.HumanTaskUiArn.t option;
    (*

    The Amazon Resource Name (ARN) of the human task user interface.

    *)
  3. creationTime : Values_0.Timestamp.t option;
    (*

    A timestamp when SageMaker created the human task user interface.

    *)
}
Sourceval make : ?humanTaskUiName:??? -> ?humanTaskUiArn:??? -> ?creationTime:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.HumanTaskUiName.t | `Timestamp of Values_0.Timestamp.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t