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)


11435
11436
11437
11438
11439
# File 'lib/aws-sdk-sagemaker/types.rb', line 11435

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