Class: Aws::CleanRoomsML::Types::InferenceContainerConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::InferenceContainerConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Provides configuration information for the inference container.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_uri ⇒ String
The registry path of the docker image that contains the inference algorithm.
Instance Attribute Details
#image_uri ⇒ String
The registry path of the docker image that contains the inference algorithm. Clean Rooms ML currently only supports the ‘registry/repository` image path format. For more information about using images in Clean Rooms ML, see the [Sagemaker API reference].
3563 3564 3565 3566 3567 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3563 class InferenceContainerConfig < Struct.new( :image_uri) SENSITIVE = [] include Aws::Structure end |