truffle-ts API reference - v0.4.2
    Preparing search index...

    Interface FindResult

    One ranked result: the matched instance plus human-readable match reasons.

    interface FindResult {
        instance: InstanceType;
        reasons: string[];
    }
    Index
    instance: InstanceType
    reasons: string[]

    Why this matched, e.g. ["GPU: H100 (80 GiB, training)", "vCPUs: 192 >= 8"].