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}
YAML
InvocationsMaxRetries:IntegerInvocationsTimeoutInSeconds:Integer
Properties
InvocationsMaxRetries-
The maximum number of retries when invocation requests are failing. The default value is 3.
Required: No
Type: Integer
Minimum:
0Maximum:
3Update requires: Replacement
InvocationsTimeoutInSeconds-
The timeout value in seconds for an invocation request. The default value is 600.
Required: No
Type: Integer
Minimum:
1Maximum:
3600Update requires: Replacement