Class: Aws::SageMaker::Types::DeleteAlgorithmInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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 delete.

Returns:

  • (String)


11144
11145
11146
11147
11148
# File 'lib/aws-sdk-sagemaker/types.rb', line 11144

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