LiJinHuan
2024-01-05 462188a2c982b0a8750dfe01692dfd898216bb0c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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<String,Integer> insightsSettings;
    global List<ConnectApi.ModelFeature> modelFeatures;
    global String outcomeGoal;
    global String predictionDefinition;
    global String predictionDefinitionLabel;
    global String predictionPersistenceErrorMessage;
    global String predictionPlatform;
    global String predictionPurpose;
    global List<ConnectApi.PredictionObject> predictions;
    global List<String> primaryResponseObjRecordIds;
    global String requestId;
    global List<String> secondaryResponseObjRecordIds;
    global ConnectApi.Status status;
    global PredictionResponse() { }
    global Object clone() { }
    global Boolean equals(Object obj) { }
    global Double getBuildVersion() { }
    global Integer hashCode() { }
    global String toString() { }
 
}