Analysis
vims.AnalysisHandler
build(config, data)
classmethod
Build an AnalysisHandler object based on the provided configuration and data.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
config |
Dict
|
AnalysisHandler를 build 하기위한 config가 담겨 있는 dictionary 입니다. |
required |
data |
List[Dict]
|
required |
Returns:
| Name | Type | Description |
|---|---|---|
AnalysisHandler |
AnalysisHandler
|
An instance of the AnalysisHandler class. |
Raises:
| Type | Description |
|---|---|
SomeException
|
An exception that may be raised during the build process. |