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