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

HubS3StorageConfig

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

The Amazon S3 storage configuration of a hub.

interface HubS3StorageConfig {
S3OutputPath?: string | null;
}

§Properties

§
S3OutputPath?: string | null
[src]

The Amazon S3 bucket prefix for hosting hub content.