[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googleprediction.pp line 494
type TInsert2 = class(TGoogleBaseObject) |
protected |
procedure Setcreated(); virtual; |
procedure Setid(); virtual; |
procedure Setkind(); virtual; |
procedure SetmodelInfo(); virtual; |
procedure SetmodelType(); virtual; |
procedure SetselfLink(); virtual; |
procedure SetstorageDataLocation(); virtual; |
procedure SetstoragePMMLLocation(); virtual; |
procedure SetstoragePMMLModelLocation(); virtual; |
procedure SettrainingComplete(); virtual; |
procedure SettrainingStatus(); virtual; |
published |
property created: TDatetime; [rw] |
property id: string; [rw] |
property kind: string; [rw] |
property modelInfo: TInsert2TypemodelInfo; [rw] |
property modelType: string; [rw] |
property selfLink: string; [rw] |
property storageDataLocation: string; [rw] |
property storagePMMLLocation: string; [rw] |
property storagePMMLModelLocation: string; [rw] |
property trainingComplete: TDatetime; [rw] |
property trainingStatus: string; [rw] |
end; |
| |
| |
TObject |