dashboard-react
    Preparing search index...

    Interface FullConfig

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

    Properties

    model_store?: PersistedStoreConfig
    inference?: InferenceConfig
    logging?: LoggingConfig
    experiments?: ExperimentsConfig
    telemetry?: TelemetryConfig
    intelligent_fabric?: IntelligentFabricConfig
    model_trust?: ModelTrustConfig
    hf_token?: string