Struct aws_sdk_sagemaker::model::AsyncInferenceOutputConfig [−][src]
#[non_exhaustive]pub struct AsyncInferenceOutputConfig {
pub kms_key_id: Option<String>,
pub s3_output_path: Option<String>,
pub notification_config: Option<AsyncInferenceNotificationConfig>,
}
Expand description
Specifies the configuration for asynchronous inference invocation outputs.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.kms_key_id: Option<String>
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.
s3_output_path: Option<String>
The Amazon S3 location to upload inference responses to.
notification_config: Option<AsyncInferenceNotificationConfig>
Specifies the configuration for notifications of inference results for asynchronous inference.
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 S3 location to upload inference responses to.
Specifies the configuration for notifications of inference results for asynchronous inference.
Creates a new builder-style object to manufacture AsyncInferenceOutputConfig
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AsyncInferenceOutputConfig
impl Send for AsyncInferenceOutputConfig
impl Sync for AsyncInferenceOutputConfig
impl Unpin for AsyncInferenceOutputConfig
impl UnwindSafe for AsyncInferenceOutputConfig
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