Struct aws_sdk_sagemaker::model::async_inference_config::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AsyncInferenceConfig
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn client_config(self, input: AsyncInferenceClientConfig) -> Self
pub fn client_config(self, input: AsyncInferenceClientConfig) -> Self
Configures the behavior of the client used by SageMaker to interact with the model container during asynchronous inference.
sourcepub fn set_client_config(self, input: Option<AsyncInferenceClientConfig>) -> Self
pub fn set_client_config(self, input: Option<AsyncInferenceClientConfig>) -> Self
Configures the behavior of the client used by SageMaker to interact with the model container during asynchronous inference.
sourcepub fn output_config(self, input: AsyncInferenceOutputConfig) -> Self
pub fn output_config(self, input: AsyncInferenceOutputConfig) -> Self
Specifies the configuration for asynchronous inference invocation outputs.
sourcepub fn set_output_config(self, input: Option<AsyncInferenceOutputConfig>) -> Self
pub fn set_output_config(self, input: Option<AsyncInferenceOutputConfig>) -> Self
Specifies the configuration for asynchronous inference invocation outputs.
sourcepub fn build(self) -> AsyncInferenceConfig
pub fn build(self) -> AsyncInferenceConfig
Consumes the builder and constructs a AsyncInferenceConfig
.