Class: Aws::SageMaker::Types::DescribeAlgorithmInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeAlgorithmInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#algorithm_name ⇒ String
The name of the algorithm to describe.
Instance Attribute Details
#algorithm_name ⇒ String
The name of the algorithm to describe.
13031 13032 13033 13034 13035 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13031 class DescribeAlgorithmInput < Struct.new( :algorithm_name) SENSITIVE = [] include Aws::Structure end |