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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
#[cfg(feature = "BatchCancelJob")]
pub mod BatchCancelJob;
#[cfg(feature = "BatchDeleteData")]
pub mod BatchDeleteData;
#[cfg(feature = "BatchDeleteJob")]
pub mod BatchDeleteJob;
#[cfg(feature = "BatchDeleteLabel")]
pub mod BatchDeleteLabel;
#[cfg(feature = "BatchDeleteMember")]
pub mod BatchDeleteMember;
#[cfg(feature = "BatchDeleteNotice")]
pub mod BatchDeleteNotice;
#[cfg(feature = "BatchDeleteTag")]
pub mod BatchDeleteTag;
#[cfg(feature = "BatchDownloadResourceStatData")]
pub mod BatchDownloadResourceStatData;
#[cfg(feature = "BatchImportApp")]
pub mod BatchImportApp;
#[cfg(feature = "BatchRetryJob")]
pub mod BatchRetryJob;
#[cfg(feature = "BatchUpdateNodeLabel")]
pub mod BatchUpdateNodeLabel;
#[cfg(feature = "BatchUpdateNotice")]
pub mod BatchUpdateNotice;
#[cfg(feature = "CancelDataJob")]
pub mod CancelDataJob;
#[cfg(feature = "CancelDrugJob")]
pub mod CancelDrugJob;
#[cfg(feature = "CancelJob")]
pub mod CancelJob;
#[cfg(feature = "ChangePassword")]
pub mod ChangePassword;
#[cfg(feature = "CheckDrugLigandDifference")]
pub mod CheckDrugLigandDifference;
#[cfg(feature = "CheckEmailConnection")]
pub mod CheckEmailConnection;
#[cfg(feature = "CheckTokenVerification")]
pub mod CheckTokenVerification;
#[cfg(feature = "CleanNextflowCache")]
pub mod CleanNextflowCache;
#[cfg(feature = "CopyData")]
pub mod CopyData;
#[cfg(feature = "CreateAdmetJob")]
pub mod CreateAdmetJob;
#[cfg(feature = "CreateApp")]
pub mod CreateApp;
#[cfg(feature = "CreateAutoJob")]
pub mod CreateAutoJob;
#[cfg(feature = "CreateBackup")]
pub mod CreateBackup;
#[cfg(feature = "CreateClusterJob")]
pub mod CreateClusterJob;
#[cfg(feature = "CreateCode")]
pub mod CreateCode;
#[cfg(feature = "CreateComputingResource")]
pub mod CreateComputingResource;
#[cfg(feature = "CreateCpiTask")]
pub mod CreateCpiTask;
#[cfg(feature = "CreateCustomPropsTask")]
pub mod CreateCustomPropsTask;
#[cfg(feature = "CreateData")]
pub mod CreateData;
#[cfg(feature = "CreateDatabaseData")]
pub mod CreateDatabaseData;
#[cfg(feature = "CreateDatabaseResource")]
pub mod CreateDatabaseResource;
#[cfg(feature = "CreateDockingJob")]
pub mod CreateDockingJob;
#[cfg(feature = "CreateDrugLigandInteraction2dSvg")]
pub mod CreateDrugLigandInteraction2dSvg;
#[cfg(feature = "CreateDrugLigandPreviewTask")]
pub mod CreateDrugLigandPreviewTask;
#[cfg(feature = "CreateDrugLigandSdf")]
pub mod CreateDrugLigandSdf;
#[cfg(feature = "CreateDrugLigandSimilarityGraphTask")]
pub mod CreateDrugLigandSimilarityGraphTask;
#[cfg(feature = "CreateDrugLigandSvg")]
pub mod CreateDrugLigandSvg;
#[cfg(feature = "CreateDrugModel")]
pub mod CreateDrugModel;
#[cfg(feature = "CreateFepJob")]
pub mod CreateFepJob;
#[cfg(feature = "CreateGenerationTask")]
pub mod CreateGenerationTask;
#[cfg(feature = "CreateImage")]
pub mod CreateImage;
#[cfg(feature = "CreateInstance")]
pub mod CreateInstance;
#[cfg(feature = "CreateLabel")]
pub mod CreateLabel;
#[cfg(feature = "CreateLabelPage")]
pub mod CreateLabelPage;
#[cfg(feature = "CreateNextflowJob")]
pub mod CreateNextflowJob;
#[cfg(feature = "CreateNextflowWorkflow")]
pub mod CreateNextflowWorkflow;
#[cfg(feature = "CreateNotebook")]
pub mod CreateNotebook;
#[cfg(feature = "CreateOptimizationTask")]
pub mod CreateOptimizationTask;
#[cfg(feature = "CreateOptmJob")]
pub mod CreateOptmJob;
#[cfg(feature = "CreatePerformanceResource")]
pub mod CreatePerformanceResource;
#[cfg(feature = "CreatePocketDetectionJob")]
pub mod CreatePocketDetectionJob;
#[cfg(feature = "CreatePocketMolDesignJob")]
pub mod CreatePocketMolDesignJob;
#[cfg(feature = "CreateProject")]
pub mod CreateProject;
#[cfg(feature = "CreateScaleOutPolicy")]
pub mod CreateScaleOutPolicy;
#[cfg(feature = "CreateSearchTask")]
pub mod CreateSearchTask;
#[cfg(feature = "CreateStudy")]
pub mod CreateStudy;
#[cfg(feature = "CreateStudyJob")]
pub mod CreateStudyJob;
#[cfg(feature = "CreateSynthesisJob")]
pub mod CreateSynthesisJob;
#[cfg(feature = "CreateSynthesisTask")]
pub mod CreateSynthesisTask;
#[cfg(feature = "CreateTemplate")]
pub mod CreateTemplate;
#[cfg(feature = "CreateUser")]
pub mod CreateUser;
#[cfg(feature = "CreateWorkflow")]
pub mod CreateWorkflow;
#[cfg(feature = "DeleteApp")]
pub mod DeleteApp;
#[cfg(feature = "DeleteAssetVersion")]
pub mod DeleteAssetVersion;
#[cfg(feature = "DeleteAutoJob")]
pub mod DeleteAutoJob;
#[cfg(feature = "DeleteBackup")]
pub mod DeleteBackup;
#[cfg(feature = "DeleteComputingResource")]
pub mod DeleteComputingResource;
#[cfg(feature = "DeleteDatabaseData")]
pub mod DeleteDatabaseData;
#[cfg(feature = "DeleteDatabaseResource")]
pub mod DeleteDatabaseResource;
#[cfg(feature = "DeleteDataJob")]
pub mod DeleteDataJob;
#[cfg(feature = "DeleteDrugJob")]
pub mod DeleteDrugJob;
#[cfg(feature = "DeleteDrugLigandPreviewTask")]
pub mod DeleteDrugLigandPreviewTask;
#[cfg(feature = "DeleteDrugLigandSimilarityGraphTask")]
pub mod DeleteDrugLigandSimilarityGraphTask;
#[cfg(feature = "DeleteDrugModel")]
pub mod DeleteDrugModel;
#[cfg(feature = "DeleteImage")]
pub mod DeleteImage;
#[cfg(feature = "DeleteInstance")]
pub mod DeleteInstance;
#[cfg(feature = "DeleteJob")]
pub mod DeleteJob;
#[cfg(feature = "DeleteLabel")]
pub mod DeleteLabel;
#[cfg(feature = "DeleteLabelPage")]
pub mod DeleteLabelPage;
#[cfg(feature = "DeleteMember")]
pub mod DeleteMember;
#[cfg(feature = "DeleteMessageEmailConfig")]
pub mod DeleteMessageEmailConfig;
#[cfg(feature = "DeleteNextflowJob")]
pub mod DeleteNextflowJob;
#[cfg(feature = "DeleteNextflowWorkflow")]
pub mod DeleteNextflowWorkflow;
#[cfg(feature = "DeleteNotebook")]
pub mod DeleteNotebook;
#[cfg(feature = "DeletePerformanceResource")]
pub mod DeletePerformanceResource;
#[cfg(feature = "DeleteProject")]
pub mod DeleteProject;
#[cfg(feature = "DeleteScaleOutPolicy")]
pub mod DeleteScaleOutPolicy;
#[cfg(feature = "DeleteStar")]
pub mod DeleteStar;
#[cfg(feature = "DeleteStudy")]
pub mod DeleteStudy;
#[cfg(feature = "DeleteTag")]
pub mod DeleteTag;
#[cfg(feature = "DeleteTemplate")]
pub mod DeleteTemplate;
#[cfg(feature = "DeleteUser")]
pub mod DeleteUser;
#[cfg(feature = "DeleteWorkflow")]
pub mod DeleteWorkflow;
#[cfg(feature = "DownloadData")]
pub mod DownloadData;
#[cfg(feature = "DownloadDataJobLog")]
pub mod DownloadDataJobLog;
#[cfg(feature = "DownloadDataTrace")]
pub mod DownloadDataTrace;
#[cfg(feature = "ExecuteAssetAction")]
pub mod ExecuteAssetAction;
#[cfg(feature = "ExecuteJob")]
pub mod ExecuteJob;