Struct aws_sdk_sagemaker::model::async_inference_output_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AsyncInferenceOutputConfig
Implementations
The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the asynchronous inference output in Amazon S3.
The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the asynchronous inference output in Amazon S3.
The Amazon S3 location to upload inference responses to.
The Amazon S3 location to upload inference responses to.
Specifies the configuration for notifications of inference results for asynchronous inference.
Specifies the configuration for notifications of inference results for asynchronous inference.
Consumes the builder and constructs a AsyncInferenceOutputConfig
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more