Module Values.GetAdapterVersionRequestSource

Gets configuration information for the specified adapter version, including: AdapterId, AdapterVersion, FeatureTypes, Status, StatusMessage, DatasetConfig, KMSKeyId, OutputConfig, Tags and EvaluationMetrics.

Sourcetype nonrec t = {
  1. adapterId : AdapterId.t;
    (*

    A string specifying a unique ID for the adapter version you want to retrieve information for.

    *)
  2. adapterVersion : AdapterVersion.t;
    (*

    A string specifying the adapter version you want to retrieve information for.

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