Class: Aws::CleanRoomsML::Types::InferenceContainerConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb

Overview

Provides configuration information for the inference container.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_uriString

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.

Returns:

  • (String)


3545
3546
3547
3548
3549
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3545

class InferenceContainerConfig < Struct.new(
  :image_uri)
  SENSITIVE = []
  include Aws::Structure
end