Add AsyncInferenceConfig block to aws_sagemaker_endpoint_configuration #20699
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/sagemaker
Issues and PRs that pertain to the sagemaker service.
Milestone
Community Note
Description
AWS announced on Aug. 20, 2021 that SageMaker Endpoints can now be called asynchronously via a new parameter block when creating Endpoint Configurations, namely the
AsyncInferenceConfig
block. This additional block will signal to the AWS infrastructure that the Endpoint will only take asynchronous invocations, so no other changes are needed from the user's standpoint besides including theAsyncInferenceConfig
block when creating the Endpoint Configuration.New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: