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

CreateLabelingJobRequest

import type { CreateLabelingJobRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface CreateLabelingJobRequest {
HumanTaskConfig: HumanTaskConfig;
LabelAttributeName: string;
LabelCategoryConfigS3Uri?: string | null;
LabelingJobAlgorithmsConfig?: LabelingJobAlgorithmsConfig | null;
LabelingJobName: string;
RoleArn: string;
StoppingConditions?: LabelingJobStoppingConditions | null;
Tags?: Tag[] | null;
}

§Properties

§
HumanTaskConfig: HumanTaskConfig
[src]
§
LabelAttributeName: string
[src]
§
LabelCategoryConfigS3Uri?: string | null
[src]
§
LabelingJobAlgorithmsConfig?: LabelingJobAlgorithmsConfig | null
[src]
§
LabelingJobName: string
[src]
§
RoleArn: string
[src]
§
StoppingConditions?: LabelingJobStoppingConditions | null
[src]
§
Tags?: Tag[] | null
[src]