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
§
InputConfig?: LabelingJobInputConfig | null
[src]§
LabelCounters: LabelCounters
[src]§
LabelingJobOutput?: LabelingJobOutput | null
[src]§
LabelingJobStatus: LabelingJobStatus
[src]