dashboard-react
    Preparing search index...

    Interface FullConfig

    interface FullConfig {
        model_store?: PersistedStoreConfig;
        inference?: InferenceConfig;
        logging?: LoggingConfig;
        experiments?: ExperimentsConfig;
        telemetry?: TelemetryConfig;
        hf_token?: string;
    }
    Index

    Properties

    model_store?: PersistedStoreConfig
    inference?: InferenceConfig
    logging?: LoggingConfig
    experiments?: ExperimentsConfig
    telemetry?: TelemetryConfig
    hf_token?: string