View a markdown version of this page

AWS::SageMaker::TransformJob ModelClientConfig - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 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