microprobe.model.GenericModel

class GenericModel(name: str, description: str)[source]

Bases: object

GenericModel Class

Base class to represent different types of models.

__init__(name: str, description: str)[source]
Parameters:
  • name

  • description

Methods

__init__(name, description)

param name:

Attributes

description

Description of the model (str).

name

Name of the model (str).




property name

Name of the model (str).

property description

Description of the model (str).