Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RecommendationJobPayloadConfig

import type { RecommendationJobPayloadConfig } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

The configuration for the payload for a recommendation job.

interface RecommendationJobPayloadConfig {
SamplePayloadUrl?: string | null;
SupportedContentTypes?: string[] | null;
}

§Properties

§
SamplePayloadUrl?: string | null
[src]

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?: string[] | null
[src]

The supported MIME types for the input data.