aws_sdk_machinelearning/operation.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `AddTags` operation.
5pub mod add_tags;
6
7/// Types for the `CreateBatchPrediction` operation.
8pub mod create_batch_prediction;
9
10/// Types for the `CreateDataSourceFromRDS` operation.
11pub mod create_data_source_from_rds;
12
13/// Types for the `CreateDataSourceFromRedshift` operation.
14pub mod create_data_source_from_redshift;
15
16/// Types for the `CreateDataSourceFromS3` operation.
17pub mod create_data_source_from_s3;
18
19/// Types for the `CreateEvaluation` operation.
20pub mod create_evaluation;
21
22/// Types for the `CreateMLModel` operation.
23pub mod create_ml_model;
24
25/// Types for the `CreateRealtimeEndpoint` operation.
26pub mod create_realtime_endpoint;
27
28/// Types for the `DeleteBatchPrediction` operation.
29pub mod delete_batch_prediction;
30
31/// Types for the `DeleteDataSource` operation.
32pub mod delete_data_source;
33
34/// Types for the `DeleteEvaluation` operation.
35pub mod delete_evaluation;
36
37/// Types for the `DeleteMLModel` operation.
38pub mod delete_ml_model;
39
40/// Types for the `DeleteRealtimeEndpoint` operation.
41pub mod delete_realtime_endpoint;
42
43/// Types for the `DeleteTags` operation.
44pub mod delete_tags;
45
46/// Types for the `DescribeBatchPredictions` operation.
47pub mod describe_batch_predictions;
48
49/// Types for the `DescribeDataSources` operation.
50pub mod describe_data_sources;
51
52/// Types for the `DescribeEvaluations` operation.
53pub mod describe_evaluations;
54
55/// Types for the `DescribeMLModels` operation.
56pub mod describe_ml_models;
57
58/// Types for the `DescribeTags` operation.
59pub mod describe_tags;
60
61/// Types for the `GetBatchPrediction` operation.
62pub mod get_batch_prediction;
63
64/// Types for the `GetDataSource` operation.
65pub mod get_data_source;
66
67/// Types for the `GetEvaluation` operation.
68pub mod get_evaluation;
69
70/// Types for the `GetMLModel` operation.
71pub mod get_ml_model;
72
73/// Types for the `Predict` operation.
74pub mod predict;
75
76/// Types for the `UpdateBatchPrediction` operation.
77pub mod update_batch_prediction;
78
79/// Types for the `UpdateDataSource` operation.
80pub mod update_data_source;
81
82/// Types for the `UpdateEvaluation` operation.
83pub mod update_evaluation;
84
85/// Types for the `UpdateMLModel` operation.
86pub mod update_ml_model;