global class PredictionResponse { global String batchDatasource; global Double classificationThreshold; global String classificationType; global String executionModeWarning; global String featureExtractor; global String featureExtractorIdentifier; global String featureExtractorType; global String featureInputType; global String inputType; global Map insightsSettings; global List modelFeatures; global String outcomeGoal; global String predictionDefinition; global String predictionDefinitionLabel; global String predictionPersistenceErrorMessage; global String predictionPlatform; global String predictionPurpose; global List predictions; global List primaryResponseObjRecordIds; global String requestId; global List secondaryResponseObjRecordIds; global ConnectApi.Status status; global PredictionResponse() { } global Object clone() { } global Boolean equals(Object obj) { } global Double getBuildVersion() { } global Integer hashCode() { } global String toString() { } }