Module Values.ModelInferenceDataSourceSource

Defines information about the data source used for model inference.

Sourcetype nonrec t = {
  1. mlInputChannelArn : MLInputChannelArn.t;
    (*

    The Amazon Resource Name (ARN) of the ML input channel for this model inference data source.

    *)
}
Sourceval context_ : string
Sourceval make : mlInputChannelArn:MLInputChannelArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of MLInputChannelArn.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