Module Values_1.RecommendationJobPayloadConfigSource

The configuration for the payload for a recommendation job.

Sourcetype nonrec t = {
  1. samplePayloadUrl : Values_0.S3Uri.t option;
    (*

    The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

    *)
  2. supportedContentTypes : RecommendationJobSupportedContentTypes.t option;
    (*

    The supported MIME types for the input data.

    *)
}
Sourceval make : ?samplePayloadUrl:??? -> ?supportedContentTypes:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of RecommendationJobSupportedContentType.t ] list | `String of Values_0.S3Uri.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