Class: Aws::Personalize::Types::AlgorithmImage

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

Overview

Describes an algorithm image.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#docker_uriString

The URI of the Docker container for the algorithm image.

Returns:

  • (String)


88
89
90
91
92
93
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 88

class AlgorithmImage < Struct.new(
  :name,
  :docker_uri)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the algorithm image.

Returns:

  • (String)


88
89
90
91
92
93
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 88

class AlgorithmImage < Struct.new(
  :name,
  :docker_uri)
  SENSITIVE = []
  include Aws::Structure
end