Module Values.DescribeInferenceSettingsSource

Configures Elemental Inference features in a channel.

Sourcetype nonrec t = {
  1. feedArn : string option;
    (*

    The ARN of the feed resource that is associated with this channel. The feed is a resource in the Elemental Inference service.

    *)
}
Sourceval make : ?feedArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string ]) 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