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