sagemaker.serve.async_inference.async_inference_config#
Backward compatibility shim for sagemaker.serve.async_inference.async_inference_config
This module has been moved to sagemaker.core.inference_config. This file provides backward compatibility by re-exporting the class from its new location.
DEPRECATED: Import from sagemaker.core.inference_config instead.
- class sagemaker.serve.async_inference.async_inference_config.AsyncInferenceConfig(output_path=None, max_concurrent_invocations_per_instance=None, kms_key_id=None, notification_config=None, failure_path=None)[source]#
Bases:
objectConfiguration object for async inference endpoints.
This object specifies configuration related to async endpoint. Use this configuration when trying to create async endpoint and make async inference.