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

HumanLoopDataAttributes

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

Attributes of the data specified by the customer. Use these to describe the data to be labeled.

interface HumanLoopDataAttributes {
ContentClassifiers: ContentClassifier[];
}

§Properties

§
ContentClassifiers: ContentClassifier[]
[src]

Declares that your content is free of personally identifiable information or adult content.

Amazon SageMaker can restrict the Amazon Mechanical Turk workers who can view your task based on this information.