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

RecommendationJobCompiledOutputConfig

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

Provides information about the output configuration for the compiled model.

interface RecommendationJobCompiledOutputConfig {
S3OutputUri?: string | null;
}

§Properties

§
S3OutputUri?: string | null
[src]

Identifies the Amazon S3 bucket where you want SageMaker to store the compiled model artifacts.