Class: Aws::SageMaker::Types::DeleteAlgorithmInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteAlgorithmInput
- 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 delete.
Instance Attribute Details
#algorithm_name ⇒ String
The name of the algorithm to delete.
11105 11106 11107 11108 11109 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11105 class DeleteAlgorithmInput < Struct.new( :algorithm_name) SENSITIVE = [] include Aws::Structure end |