AWS::SageMaker::InferenceComponent InferenceComponentStartupParameters - 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).

AWS::SageMaker::InferenceComponent InferenceComponentStartupParameters

Settings that take effect while the model container starts up.

Syntax

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

Properties

ContainerStartupHealthCheckTimeoutInSeconds

The timeout value, in seconds, for your inference container to pass health check by Amazon S3 Hosting. For more information about health check, see How Your Container Should Respond to Health Check (Ping) Requests.

Required: No

Type: Integer

Minimum: 60

Maximum: 3600

Update requires: No interruption

ModelDataDownloadTimeoutInSeconds

The timeout value, in seconds, to download and extract the model that you want to host from Amazon S3 to the individual inference instance associated with this inference component.

Required: No

Type: Integer

Minimum: 60

Maximum: 3600

Update requires: No interruption