Module Values_1.InferenceComponentDataCacheConfigSummarySource

Settings that affect how the inference component caches data.

Sourcetype nonrec t = {
  1. enableCaching : EnableCaching.t option;
    (*

    Indicates whether the inference component caches model artifacts as part of the auto scaling process.

    *)
}
Sourceval make : ?enableCaching:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of EnableCaching.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