MDAA TS Docs
    Preparing search index...
    interface MdaaGroundTruthProps {
        categoriesS3Uri: string;
        createOutputs?: boolean;
        createParams?: boolean;
        inputManifestS3Uri: string;
        jobName: string;
        labelingTaskConfig: GroundTruthLabelingTaskConfig;
        naming: IMdaaResourceNaming;
        outputKmsKey: IKey;
        outputS3Uri: string;
        postAnnotationLambda?: IFunction;
        preAnnotationLambda?: IFunction;
        role: IRole;
        taskType: GroundTruthTaskType;
        templateS3Uri?: string;
        verification?: GroundTruthVerificationConfig;
    }

    Hierarchy (View Summary)

    Index

    Properties

    categoriesS3Uri: string

    S3 URI for the labeling categories file

    createOutputs?: boolean

    Flag controlling CloudFormation output and stack export creation for construct resources

    createParams?: boolean

    Flag controlling SSM parameter creation for construct resource references enabling

    inputManifestS3Uri: string

    S3 URI for the input manifest file

    jobName: string

    Job name prefix for the labeling job

    labelingTaskConfig: GroundTruthLabelingTaskConfig

    Labeling task configuration

    naming: IMdaaResourceNaming

    MDAA naming implementation for consistent resource naming across all MDAA constructs

    outputKmsKey: IKey

    KMS key for output encryption

    outputS3Uri: string

    S3 URI for labeling output

    postAnnotationLambda?: IFunction

    Post-annotation (consolidation) Lambda. For built-in task types, AWS provides default consolidation Lambdas derived from the task type and region. Only specify this to override the default or for custom annotation workflows.

    preAnnotationLambda?: IFunction

    Pre-annotation Lambda. For built-in task types, AWS provides default pre-annotation Lambdas derived from the task type and region. Only specify this to override the default or for custom annotation workflows.

    role: IRole

    IAM role for the labeling job

    The labeling task type

    templateS3Uri?: string

    S3 URI for the labeling UI template

    Optional verification step configuration