Class: Aws::Personalize::Types::DescribeAlgorithmResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#algorithmTypes::Algorithm

A listing of the properties of the algorithm.

Returns:



1960
1961
1962
1963
1964
# File 'lib/aws-sdk-personalize/types.rb', line 1960

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