Struct aws_sdk_sagemaker::model::AsyncInferenceConfig
source · #[non_exhaustive]pub struct AsyncInferenceConfig { /* private fields */ }
Expand description
Specifies configuration for how an endpoint performs asynchronous inference.
Implementations§
source§impl AsyncInferenceConfig
impl AsyncInferenceConfig
sourcepub fn client_config(&self) -> Option<&AsyncInferenceClientConfig>
pub fn client_config(&self) -> Option<&AsyncInferenceClientConfig>
Configures the behavior of the client used by SageMaker to interact with the model container during asynchronous inference.
sourcepub fn output_config(&self) -> Option<&AsyncInferenceOutputConfig>
pub fn output_config(&self) -> Option<&AsyncInferenceOutputConfig>
Specifies the configuration for asynchronous inference invocation outputs.
source§impl AsyncInferenceConfig
impl AsyncInferenceConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AsyncInferenceConfig
.
Trait Implementations§
source§impl Clone for AsyncInferenceConfig
impl Clone for AsyncInferenceConfig
source§fn clone(&self) -> AsyncInferenceConfig
fn clone(&self) -> AsyncInferenceConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AsyncInferenceConfig
impl Debug for AsyncInferenceConfig
source§impl PartialEq<AsyncInferenceConfig> for AsyncInferenceConfig
impl PartialEq<AsyncInferenceConfig> for AsyncInferenceConfig
source§fn eq(&self, other: &AsyncInferenceConfig) -> bool
fn eq(&self, other: &AsyncInferenceConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.