Class: Aws::SageMaker::Types::DescribeAlgorithmInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_nameString

The name of the algorithm to describe.

Returns:

  • (String)


15377
15378
15379
15380
15381
# File 'lib/aws-sdk-sagemaker/types.rb', line 15377

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