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)


9582
9583
9584
9585
9586
# File 'lib/aws-sdk-sagemaker/types.rb', line 9582

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