aws_sdk_sagemakerruntime/
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 `InvokeEndpoint` operation.
5pub mod invoke_endpoint;
6
7/// Types for the `InvokeEndpointAsync` operation.
8pub mod invoke_endpoint_async;
9
10/// Types for the `InvokeEndpointWithResponseStream` operation.
11pub mod invoke_endpoint_with_response_stream;