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
Note:
When making an API call, you may pass DescribeAlgorithmInput data as a hash:
{
algorithm_name: "ArnOrName", # required
}
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.
6057 6058 6059 6060 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6057 class DescribeAlgorithmInput < Struct.new( :algorithm_name) include Aws::Structure end |