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

LabelingJobSummary

import type { LabelingJobSummary } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface LabelingJobSummary {
AnnotationConsolidationLambdaArn?: string | null;
CreationTime: Date | number;
FailureReason?: string | null;
InputConfig?: LabelingJobInputConfig | null;
LabelCounters: LabelCounters;
LabelingJobArn: string;
LabelingJobName: string;
LabelingJobOutput?: LabelingJobOutput | null;
LabelingJobStatus: LabelingJobStatus;
LastModifiedTime: Date | number;
PreHumanTaskLambdaArn: string;
WorkteamArn: string;
}

§Properties

§
AnnotationConsolidationLambdaArn?: string | null
[src]
§
CreationTime: Date | number
[src]
§
FailureReason?: string | null
[src]
§
InputConfig?: LabelingJobInputConfig | null
[src]
§
LabelCounters: LabelCounters
[src]
§
LabelingJobArn: string
[src]
§
LabelingJobName: string
[src]
§
LabelingJobOutput?: LabelingJobOutput | null
[src]
§
LabelingJobStatus: LabelingJobStatus
[src]
§
LastModifiedTime: Date | number
[src]
§
PreHumanTaskLambdaArn: string
[src]
§
WorkteamArn: string
[src]