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

    Type Alias ModelInstanceParameters

    type ModelInstanceParameters = {
        parameters: { [key: string]: unknown };
    }
    Index

    Properties

    Properties

    parameters: { [key: string]: unknown }

    An object containing the current parameters of the model instance. The keys are the parameter names as defined in the model configuration, and the values are the parameter values.