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

S3DataSpec

import type { S3DataSpec } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/machinelearning.ts";
interface S3DataSpec {
DataLocationS3: string;
DataRearrangement?: string | null;
DataSchema?: string | null;
DataSchemaLocationS3?: string | null;
}

§Properties

§
DataLocationS3: string
[src]
§
DataRearrangement?: string | null
[src]
§
DataSchema?: string | null
[src]
§
DataSchemaLocationS3?: string | null
[src]