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

0

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 4 years ago675 views
1 Answer
0
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 4 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.

Guidelines for Answering Questions