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

LabelingJobOutput

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

Specifies the location of the output produced by the labeling job.

interface LabelingJobOutput {
FinalActiveLearningModelArn?: string | null;
OutputDatasetS3Uri: string;
}

§Properties

§
FinalActiveLearningModelArn?: string | null
[src]

The Amazon Resource Name (ARN) for the most recent SageMaker model trained as part of automated data labeling.

§
OutputDatasetS3Uri: string
[src]

The Amazon S3 bucket location of the manifest file for labeled data.