AWS::CleanRoomsML::ConfiguredModelAlgorithm InferenceContainerConfig - 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::CleanRoomsML::ConfiguredModelAlgorithm InferenceContainerConfig

Provides configuration information for the inference container that is used when you run an inference job on a configured model algorithm.

Syntax

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

JSON

{ "ImageUri" : String }

YAML

ImageUri: String

Properties

ImageUri

The registry path of the docker image that contains the inference algorithm. Clean Rooms ML currently only supports the registry/repository[:tag] image path format. For more information about using images in Clean Rooms ML, see the Sagemaker API reference.

Required: Yes

Type: String

Pattern: ^.*$

Minimum: 1

Maximum: 255

Update requires: Replacement