Skip to content

Is there a way to automate failure handling and retries when using Amazon SageMaker batch transform?

1

How does Amazon SageMaker batch transform handle failures? Is there a way to automate failure handling and retries built into the service?

AWS
EXPERT

asked 6 years ago1.1K views

1 Answer
1
Accepted Answer

You can use the ModelClientConfig API to configure the timeout and maximum number of retries for processing a transform job invocation. The maximum number of automated retries is three.

AWS

answered 6 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.