global class SmartDataDiscoveryPredictInput {
|
global String entityId;
|
global Map<String,String> exploratoryValues;
|
global String predictionDefinitionId;
|
global SmartDataDiscoveryPredictInput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|