aws_sdk_lookoutvision/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 `CreateDataset` operation.
5pub mod create_dataset;
6
7/// Types for the `CreateModel` operation.
8pub mod create_model;
9
10/// Types for the `CreateProject` operation.
11pub mod create_project;
12
13/// Types for the `DeleteDataset` operation.
14pub mod delete_dataset;
15
16/// Types for the `DeleteModel` operation.
17pub mod delete_model;
18
19/// Types for the `DeleteProject` operation.
20pub mod delete_project;
21
22/// Types for the `DescribeDataset` operation.
23pub mod describe_dataset;
24
25/// Types for the `DescribeModel` operation.
26pub mod describe_model;
27
28/// Types for the `DescribeModelPackagingJob` operation.
29pub mod describe_model_packaging_job;
30
31/// Types for the `DescribeProject` operation.
32pub mod describe_project;
33
34/// Types for the `DetectAnomalies` operation.
35pub mod detect_anomalies;
36
37/// Types for the `ListDatasetEntries` operation.
38pub mod list_dataset_entries;
39
40/// Types for the `ListModelPackagingJobs` operation.
41pub mod list_model_packaging_jobs;
42
43/// Types for the `ListModels` operation.
44pub mod list_models;
45
46/// Types for the `ListProjects` operation.
47pub mod list_projects;
48
49/// Types for the `ListTagsForResource` operation.
50pub mod list_tags_for_resource;
51
52/// Types for the `StartModel` operation.
53pub mod start_model;
54
55/// Types for the `StartModelPackagingJob` operation.
56pub mod start_model_packaging_job;
57
58/// Types for the `StopModel` operation.
59pub mod stop_model;
60
61/// Types for the `TagResource` operation.
62pub mod tag_resource;
63
64/// Types for the `UntagResource` operation.
65pub mod untag_resource;
66
67/// Types for the `UpdateDatasetEntries` operation.
68pub mod update_dataset_entries;