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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#image_uriString

The registry path of the docker image that contains the inference algorithm. Clean Rooms ML supports both ‘registry/repository` and `registry/repositry` image path formats. For more information about using images in Clean Rooms ML, see the [Sagemaker API reference].

[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_AlgorithmSpecification.html#sagemaker-Type-AlgorithmSpecification-TrainingImage

Returns:

  • (String)


3330
3331
3332
3333
3334
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3330

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