@nexartis/nexartis-nanda-node-sdk - v1.2.1
    Preparing search index...

    Interface ReputationEntry

    interface ReputationEntry {
        actions: string[];
        agent_id: string;
        availability: number | null;
        cert_capability: string | null;
        cert_grade: string | null;
        cert_issued_at: string | null;
        cert_score: number | null;
        error_rate: number | null;
        fraud_rate: number | null;
        p95_latency_ms: number | null;
        probe_success: number | null;
        reputation: number | null;
        snapshot_at: string | null;
    }
    Index

    Properties

    actions: string[]
    agent_id: string
    availability: number | null
    cert_capability: string | null
    cert_grade: string | null
    cert_issued_at: string | null
    cert_score: number | null
    error_rate: number | null
    fraud_rate: number | null
    p95_latency_ms: number | null
    probe_success: number | null
    reputation: number | null
    snapshot_at: string | null