View a markdown version of this page

AWS::SageMaker::TransformJob ModelClientConfig - Amazon CloudFormation
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).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::SageMaker::TransformJob ModelClientConfig

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

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "InvocationsMaxRetries" : Integer, "InvocationsTimeoutInSeconds" : Integer }

Properties

InvocationsMaxRetries

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

Required: No

Type: Integer

Minimum: 0

Maximum: 3

Update requires: Replacement

InvocationsTimeoutInSeconds

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

Required: No

Type: Integer

Minimum: 1

Maximum: 3600

Update requires: Replacement