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