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;
InputConfig: LabelingJobInputConfig;
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;
OutputConfig: LabelingJobOutputConfig;
RoleArn: string;
StoppingConditions?: LabelingJobStoppingConditions | null;
Tags?: Tag[] | null;
}§Properties
§
HumanTaskConfig: HumanTaskConfig
[src]§
InputConfig: LabelingJobInputConfig
[src]§
LabelCounters: LabelCounters
[src]§
LabelingJobAlgorithmsConfig?: LabelingJobAlgorithmsConfig | null
[src]§
LabelingJobOutput?: LabelingJobOutput | null
[src]§
LabelingJobStatus: LabelingJobStatus
[src]§
OutputConfig: LabelingJobOutputConfig
[src]§
StoppingConditions?: LabelingJobStoppingConditions | null
[src]