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

PipelineDefinitionS3Location

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

The location of the pipeline definition stored in Amazon S3.

interface PipelineDefinitionS3Location {
Bucket: string;
ObjectKey: string;
VersionId?: string | null;
}

§Properties

§
Bucket: string
[src]

Name of the S3 bucket.

§
ObjectKey: string
[src]

The object key (or key name) uniquely identifies the object in an S3 bucket.

§
VersionId?: string | null
[src]

Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.