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
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use RequestId;
/// Types for the `AddTags` operation.
/// Types for the `CreateBatchPrediction` operation.
/// Types for the `CreateDataSourceFromRDS` operation.
/// Types for the `CreateDataSourceFromRedshift` operation.
/// Types for the `CreateDataSourceFromS3` operation.
/// Types for the `CreateEvaluation` operation.
/// Types for the `CreateMLModel` operation.
/// Types for the `CreateRealtimeEndpoint` operation.
/// Types for the `DeleteBatchPrediction` operation.
/// Types for the `DeleteDataSource` operation.
/// Types for the `DeleteEvaluation` operation.
/// Types for the `DeleteMLModel` operation.
/// Types for the `DeleteRealtimeEndpoint` operation.
/// Types for the `DeleteTags` operation.
/// Types for the `DescribeBatchPredictions` operation.
/// Types for the `DescribeDataSources` operation.
/// Types for the `DescribeEvaluations` operation.
/// Types for the `DescribeMLModels` operation.
/// Types for the `DescribeTags` operation.
/// Types for the `GetBatchPrediction` operation.
/// Types for the `GetDataSource` operation.
/// Types for the `GetEvaluation` operation.
/// Types for the `GetMLModel` operation.
/// Types for the `Predict` operation.
/// Types for the `UpdateBatchPrediction` operation.
/// Types for the `UpdateDataSource` operation.
/// Types for the `UpdateEvaluation` operation.
/// Types for the `UpdateMLModel` operation.