Class: Aws::Personalize::Types::AlgorithmImage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::AlgorithmImage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Describes an algorithm image.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#docker_uri ⇒ String
The URI of the Docker container for the algorithm image.
-
#name ⇒ String
The name of the algorithm image.
Instance Attribute Details
#docker_uri ⇒ String
The URI of the Docker container for the algorithm image.
88 89 90 91 92 93 |
# File 'lib/aws-sdk-personalize/types.rb', line 88 class AlgorithmImage < Struct.new( :name, :docker_uri) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the algorithm image.
88 89 90 91 92 93 |
# File 'lib/aws-sdk-personalize/types.rb', line 88 class AlgorithmImage < Struct.new( :name, :docker_uri) SENSITIVE = [] include Aws::Structure end |