global class SmartDataDiscoveryTrainingMetricsRepresentation {
|
global Double mae;
|
global Integer rowCount;
|
global Map<String,Object> value;
|
global SmartDataDiscoveryTrainingMetricsRepresentation() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|