Values_1.RecommendationJobPayloadConfigSourceThe configuration for the payload for a recommendation job.
type nonrec t = {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).
*)supportedContentTypes : RecommendationJobSupportedContentTypes.t option;The supported MIME types for the input data.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of RecommendationJobSupportedContentType.t ] list
| `String of Values_0.S3Uri.t ])
list ]