vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface MLPredictionDefinitionMetadata

    interface MLPredictionDefinitionMetadata {
        aiApplicationDeveloperName: string;
        description?: string;
        developerName: string;
        fullName?: string;
        masterLabel?: string;
        negativeExpression?: MLFilter;
        positiveExpression?: MLFilter;
        predictionField?: string;
        priority?: null | number;
        pushbackField?: string;
        status: MLPredictionDefinitionStatus;
        type: AIPredictionType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    aiApplicationDeveloperName: string
    description?: string
    developerName: string
    fullName?: string
    masterLabel?: string
    negativeExpression?: MLFilter
    positiveExpression?: MLFilter
    predictionField?: string
    priority?: null | number
    pushbackField?: string