ModelClientConfig - Amazon SageMaker
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

ModelClientConfig

Configures the timeout and maximum number of retries for processing a transform job invocation.

Contents

InvocationsMaxRetries

The maximum number of retries when invocation requests are failing. The default value is 3.

Type: Integer

Valid Range: Minimum value of 0. Maximum value of 3.

Required: No

InvocationsTimeoutInSeconds

The timeout value in seconds for an invocation request. The default value is 600.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 3600.

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: