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 = "AcceptSamples")]
pub mod AcceptSamples;
#[cfg(feature = "AttachObs")]
pub mod AttachObs;
#[cfg(feature = "AuthorizeApiToApigApps")]
pub mod AuthorizeApiToApigApps;
#[cfg(feature = "AutoAnnotationProgress")]
pub mod AutoAnnotationProgress;
#[cfg(feature = "BatchCreateServiceTags")]
pub mod BatchCreateServiceTags;
#[cfg(feature = "BatchDeletePoolNodes")]
pub mod BatchDeletePoolNodes;
#[cfg(feature = "BatchDeleteServiceTags")]
pub mod BatchDeleteServiceTags;
#[cfg(feature = "BatchDeleteWorkers")]
pub mod BatchDeleteWorkers;
#[cfg(feature = "CancelObs")]
pub mod CancelObs;
#[cfg(feature = "ChangeAlgorithm")]
pub mod ChangeAlgorithm;
#[cfg(feature = "ChangeInstanceStatus")]
pub mod ChangeInstanceStatus;
#[cfg(feature = "ChangeTrainingJobDescription")]
pub mod ChangeTrainingJobDescription;
#[cfg(feature = "CreateAlgorithm")]
pub mod CreateAlgorithm;
#[cfg(feature = "CreateAndAuthAppAuthApi")]
pub mod CreateAndAuthAppAuthApi;
#[cfg(feature = "CreateApigApp")]
pub mod CreateApigApp;
#[cfg(feature = "CreateApigAppCode")]
pub mod CreateApigAppCode;
#[cfg(feature = "CreateAuthorization")]
pub mod CreateAuthorization;
#[cfg(feature = "CreateDataset")]
pub mod CreateDataset;
#[cfg(feature = "CreateDatasetVersion")]
pub mod CreateDatasetVersion;
#[cfg(feature = "CreateDevServer")]
pub mod CreateDevServer;
#[cfg(feature = "CreateImage")]
pub mod CreateImage;
#[cfg(feature = "CreateInstance")]
pub mod CreateInstance;
#[cfg(feature = "CreateLabels")]
pub mod CreateLabels;
#[cfg(feature = "CreateModel")]
pub mod CreateModel;
#[cfg(feature = "CreateModelArtsAgency")]
pub mod CreateModelArtsAgency;
#[cfg(feature = "CreateNetwork")]
pub mod CreateNetwork;
#[cfg(feature = "CreateNotebook")]
pub mod CreateNotebook;
#[cfg(feature = "CreateNotebookTags")]
pub mod CreateNotebookTags;
#[cfg(feature = "CreatePool")]
pub mod CreatePool;
#[cfg(feature = "CreateProcessorTask")]
pub mod CreateProcessorTask;
#[cfg(feature = "CreateProcessorTaskVersion")]
pub mod CreateProcessorTaskVersion;
#[cfg(feature = "CreateSaveImageJob")]
pub mod CreateSaveImageJob;
#[cfg(feature = "CreateService")]
pub mod CreateService;
#[cfg(feature = "CreateTask")]
pub mod CreateTask;
#[cfg(feature = "CreateTrainingJob")]
pub mod CreateTrainingJob;
#[cfg(feature = "CreateTrainingJobConfig")]
pub mod CreateTrainingJobConfig;
#[cfg(feature = "CreateTrainingJobOld")]
pub mod CreateTrainingJobOld;
#[cfg(feature = "CreateTrainingJobVersion")]
pub mod CreateTrainingJobVersion;
#[cfg(feature = "CreateTrainJobTags")]
pub mod CreateTrainJobTags;
#[cfg(feature = "CreateVisualizationJob")]
pub mod CreateVisualizationJob;
#[cfg(feature = "CreateWorker")]
pub mod CreateWorker;
#[cfg(feature = "CreateWorkflow")]
pub mod CreateWorkflow;
#[cfg(feature = "CreateWorkflowExecution")]
pub mod CreateWorkflowExecution;
#[cfg(feature = "CreateWorkflowExecutionsActions")]
pub mod CreateWorkflowExecutionsActions;
#[cfg(feature = "CreateWorkflowPurchasePool")]
pub mod CreateWorkflowPurchasePool;
#[cfg(feature = "CreateWorkflowSchedule")]
pub mod CreateWorkflowSchedule;
#[cfg(feature = "CreateWorkflowServiceAuth")]
pub mod CreateWorkflowServiceAuth;
#[cfg(feature = "CreateWorkflowStepExecutionsActions")]
pub mod CreateWorkflowStepExecutionsActions;
#[cfg(feature = "CreateWorkflowSubscriptions")]
pub mod CreateWorkflowSubscriptions;
#[cfg(feature = "CreateWorkforce")]
pub mod CreateWorkforce;
#[cfg(feature = "CreateWorkforceTask")]
pub mod CreateWorkforceTask;
#[cfg(feature = "CreateWorkspace")]
pub mod CreateWorkspace;
#[cfg(feature = "DeleteAlgorithm")]
pub mod DeleteAlgorithm;
#[cfg(feature = "DeleteApiAppAuth")]
pub mod DeleteApiAppAuth;
#[cfg(feature = "DeleteApigApp")]
pub mod DeleteApigApp;
#[cfg(feature = "DeleteApigAppCode")]
pub mod DeleteApigAppCode;
#[cfg(feature = "DeleteAppAuthApi")]
pub mod DeleteAppAuthApi;
#[cfg(feature = "DeleteAuthorizations")]
pub mod DeleteAuthorizations;
#[cfg(feature = "DeleteDataset")]
pub mod DeleteDataset;
#[cfg(feature = "DeleteDatasetVersion")]
pub mod DeleteDatasetVersion;
#[cfg(feature = "DeleteDevServer")]
pub mod DeleteDevServer;
#[cfg(feature = "DeleteImage")]
pub mod DeleteImage;
#[cfg(feature = "DeleteInstance")]
pub mod DeleteInstance;
#[cfg(feature = "DeleteLabelAndSamples")]
pub mod DeleteLabelAndSamples;
#[cfg(feature = "DeleteLabels")]
pub mod DeleteLabels;
#[cfg(feature = "DeleteModel")]
pub mod DeleteModel;
#[cfg(feature = "DeleteNetwork")]
pub mod DeleteNetwork;
#[cfg(feature = "DeleteNotebook")]
pub mod DeleteNotebook;
#[cfg(feature = "DeleteNotebookTags")]
pub mod DeleteNotebookTags;
#[cfg(feature = "DeletePool")]
pub mod DeletePool;
#[cfg(feature = "DeleteProcessorTask")]
pub mod DeleteProcessorTask;
#[cfg(feature = "DeleteProcessorTaskVersion")]
pub mod DeleteProcessorTaskVersion;
#[cfg(feature = "DeleteSamples")]
pub mod DeleteSamples;
#[cfg(feature = "DeleteService")]
pub mod DeleteService;
#[cfg(feature = "DeleteTrainingJob")]
pub mod DeleteTrainingJob;
#[cfg(feature = "DeleteTrainingJobConfig")]
pub mod DeleteTrainingJobConfig;
#[cfg(feature = "DeleteTrainingJobOld")]
pub mod DeleteTrainingJobOld;
#[cfg(feature = "DeleteTrainingJobVersion")]
pub mod DeleteTrainingJobVersion;
#[cfg(feature = "DeleteTrainJobTags")]
pub mod DeleteTrainJobTags;
#[cfg(feature = "DeleteVisualizationJob")]
pub mod DeleteVisualizationJob;
#[cfg(feature = "DeleteWorker")]
pub mod DeleteWorker;
#[cfg(feature = "DeleteWorkflow")]
pub mod DeleteWorkflow;
#[cfg(feature = "DeleteWorkflowExecution")]
pub mod DeleteWorkflowExecution;
#[cfg(feature = "DeleteWorkflowScheduleId")]
pub mod DeleteWorkflowScheduleId;
#[cfg(feature = "DeleteWorkflowSubscription")]
pub mod DeleteWorkflowSubscription;
#[cfg(feature = "DeleteWorkforce")]
pub mod DeleteWorkforce;
#[cfg(feature = "DeleteWorkforceTask")]
pub mod DeleteWorkforceTask;
#[cfg(feature = "DeleteWorkspace")]
pub mod DeleteWorkspace;
#[cfg(feature = "DescDataset")]
pub mod DescDataset;
#[cfg(feature = "DescImportTask")]
pub mod DescImportTask;
#[cfg(feature = "DescProcessorTaskVersion")]
pub mod DescProcessorTaskVersion;
#[cfg(feature = "DescribeAutoAnnotationSample")]
pub mod DescribeAutoAnnotationSample;
#[cfg(feature = "DescribeDatasetVersion")]
pub mod DescribeDatasetVersion;
#[cfg(feature = "DescribeProcessorTask")]
pub mod DescribeProcessorTask;
#[cfg(feature = "DescribeSample")]
pub mod DescribeSample;
#[cfg(feature = "DescribeWorkforceTaskSample")]
pub mod DescribeWorkforceTaskSample;
#[cfg(feature = "DescWorker")]
pub mod DescWorker;
#[cfg(feature = "DescWorkforce")]
pub mod DescWorkforce;
#[cfg(feature = "DescWorkforceTask")]
pub mod DescWorkforceTask;
#[cfg(feature = "ExportTask")]
pub mod ExportTask;