RxInfer Client - v1.3.0
    Preparing search index...

    Type Alias ServerInfo

    type ServerInfo = {
        rxinfer_version: string;
        server_version: string;
        server_edition: string;
        julia_version: string;
        api_version: string;
    }
    Index

    Properties

    rxinfer_version: string

    The version of RxInfer that the server is using, returns unknown if the version is unknown or hidden

    server_version: string

    The version of the RxInferServer, returns unknown if the version is unknown or hidden

    server_edition: string

    The edition of the RxInferServer, as set in RXINFER_EDITION environment variable

    julia_version: string

    The version of Julia as presented in VERSION

    api_version: string

    The version of the API being used