Member Junction
    Preparing search index...

    Interface PredictiveStudioEphemeralPrediction

    A single ephemeral prediction surfaced when write-back is NOT requested.

    interface PredictiveStudioEphemeralPrediction {
        class?: string;
        recordId?: string;
        score: number;
    }
    Index

    Properties

    class?: string

    Predicted class (classification only).

    recordId?: string

    The scored record's id (when known).

    score: number

    Numeric model output (probability or value).