You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/AnalysisCreateRequest.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ Name | Type | Description | Notes
13
13
**debug_hash** | **str** | | [optional]
14
14
**analysis_config** | [**AnalysisConfig**](AnalysisConfig.md) | The analysis config enables the configuration of optional analysis stages | [optional]
15
15
**binary_config** | [**BinaryConfig**](BinaryConfig.md) | The binary config can override automatically determined values such as ISA, Platform, File Format, etc | [optional]
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
@@ -38,7 +39,8 @@ class AnalysisCreateRequest(BaseModel):
38
39
debug_hash: Optional[StrictStr] =None
39
40
analysis_config: Optional[AnalysisConfig] =Field(default=None, description="The analysis config enables the configuration of optional analysis stages")
40
41
binary_config: Optional[BinaryConfig] =Field(default=None, description="The binary config can override automatically determined values such as ISA, Platform, File Format, etc")
0 commit comments