Module Values_1.DescribeInferenceRecommendationsJobRequestSource

Provides the results of the Inference Recommender job. One or more recommendation jobs are returned.

Sourcetype nonrec t = {
  1. jobName : RecommendationJobName.t;
    (*

    The name of the job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

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