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

    Interface AIApplicationConfigMetadata

    interface AIApplicationConfigMetadata {
        aiApplicationDeveloperName: string;
        applicationId?: string;
        developerName: string;
        fullName?: string;
        insightReasonEnabled?: boolean;
        masterLabel?: string;
        rank?: number;
        scoringMode?: AIScoringMode;
    }

    Hierarchy (View Summary)

    Index

    Properties

    aiApplicationDeveloperName: string
    applicationId?: string
    developerName: string
    fullName?: string
    insightReasonEnabled?: boolean
    masterLabel?: string
    rank?: number
    scoringMode?: AIScoringMode