CloudVariableSummary
7/14/25Less than 1 minute
namespace ML.SDK
Class
CloudVariableSummary
namespace ML.SDK
{
class CloudVariableSummary
}Summary
Object containing summary information about a cloud variable.
Properties
| Property | Desciption |
|---|---|
| Count | The count of variables with the same name. |
| NumAvg | Average of the variables if their type was number.**** |
| NumMax | Maximum of the variables if their type was number. |
| NumMin | Minimum of the variables if their type was number. |
| NumSum | Sum of the variables if their type was number. |
| StringMax | Maximum of the variables if their type was string. |
| StringMin | Minimum of the variables if their type was string. |
| VariableName | The name of the variable. |

