Skip to main content
namespace ML.SDK
Class

CloudVariableSummary


namespace ML.SDK
{
class CloudVariableSummary
}

Summary

Object containing summary information about a cloud variable.

Properties

PropertyDesciption
CountThe count of variables with the same name.
NumAvgAverage of the variables if their type was number.****
NumMaxMaximum of the variables if their type was number.
NumMinMinimum of the variables if their type was number.
NumSumSum of the variables if their type was number.
StringMaxMaximum of the variables if their type was string.
StringMinMinimum of the variables if their type was string.
VariableNameThe name of the variable.