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)


9487
9488
9489
9490
9491
# File 'lib/aws-sdk-sagemaker/types.rb', line 9487

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