Preview

CustomerUnificationReviewQueueStats is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

CustomerUnificationReviewQueueStats

Pending review queue aggregates broken down by confidence bucket.

This page contains

    Fields

    highConfidenceReviews: Int!

    Pending clusters whose max pair matchProbability >= 0.90.

    mediumConfidenceReviews: Int!

    Pending clusters with max pair 0.70 <= matchProbability < 0.90.

    lowConfidenceReviews: Int!

    Pending clusters with max pair matchProbability < 0.70.

    avgFieldsToResolve: Float!

    Average count of mismatched fieldComparisons across pending clusters (representative pair per cluster).

    Parent objects of CustomerUnificationReviewQueueStats

    CustomerUnificationCounts PREVIEW