get_summary#
- SizeControl.get_summary(params)#
Get the size control summary along with the evaluated scope for the provided parameters..
- Parameters:
- params
SizeControlSummaryParams
Size control summary parameters.
- params
- Returns:
SizeControlSummaryResult
Return the SizeControlSummaryResult.
- Return type:
Examples
>>> results = size_control.get_summary(prime.SizeControlSummaryParams(model=model))