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.
12279 12280 12281 12282 12283 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12279 class DescribeAlgorithmInput < Struct.new( :algorithm_name) SENSITIVE = [] include Aws::Structure end |