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

DescribeLabelingJobResponse

import type { DescribeLabelingJobResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface DescribeLabelingJobResponse {
CreationTime: Date | number;
FailureReason?: string | null;
HumanTaskConfig: HumanTaskConfig;
JobReferenceCode: string;
LabelAttributeName?: string | null;
LabelCategoryConfigS3Uri?: string | null;
LabelCounters: LabelCounters;
LabelingJobAlgorithmsConfig?: LabelingJobAlgorithmsConfig | null;
LabelingJobArn: string;
LabelingJobName: string;
LabelingJobOutput?: LabelingJobOutput | null;
LabelingJobStatus: LabelingJobStatus;
LastModifiedTime: Date | number;
RoleArn: string;
StoppingConditions?: LabelingJobStoppingConditions | null;
Tags?: Tag[] | null;
}

§Properties

§
CreationTime: Date | number
[src]
§
FailureReason?: string | null
[src]
§
HumanTaskConfig: HumanTaskConfig
[src]
§
JobReferenceCode: string
[src]
§
LabelAttributeName?: string | null
[src]
§
LabelCategoryConfigS3Uri?: string | null
[src]
§
LabelCounters: LabelCounters
[src]
§
LabelingJobAlgorithmsConfig?: LabelingJobAlgorithmsConfig | null
[src]
§
LabelingJobArn: string
[src]
§
LabelingJobName: string
[src]
§
LabelingJobOutput?: LabelingJobOutput | null
[src]
§
LabelingJobStatus: LabelingJobStatus
[src]
§
LastModifiedTime: Date | number
[src]
§
RoleArn: string
[src]
§
StoppingConditions?: LabelingJobStoppingConditions | null
[src]
§
Tags?: Tag[] | null
[src]