global class CdpMlBasePredictInput {
|
global ConnectApi.CdpAssetReferenceInput model;
|
global ConnectApi.CdpMlPredictSettingsInput settings;
|
global ConnectApi.CdpMlPredictTypeEnum type;
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|