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

    Type Alias CreateModelInstanceRequest

    type CreateModelInstanceRequest = {
        model_name: string;
        arguments?: { [key: string]: unknown };
        description?: string;
    }
    Index

    Properties

    model_name: string

    The name of the model to create (including version identifier if applicable, e.g. "BetaBernoulli-v1")

    arguments?: { [key: string]: unknown }

    Model-specific configuration arguments

    description?: string

    Optional description of the model instance