Module Values_0.TtlDurationSource

Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration. For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.

Sourcetype nonrec t = {
  1. unit : TtlDurationUnit.t option;
    (*

    TtlDuration time unit.

    *)
  2. value : TtlDurationValue.t option;
    (*

    TtlDuration time value.

    *)
}
Sourceval make : ?unit:??? -> ?value:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of TtlDurationValue.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