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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


11383
11384
11385
11386
11387
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11383

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