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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Note:

When making an API call, you may pass DeleteAlgorithmInput data as a hash:

{
  algorithm_name: "EntityName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_nameString

The name of the algorithm to delete.

Returns:

  • (String)


2907
2908
2909
2910
# File 'lib/aws-sdk-sagemaker/types.rb', line 2907

class DeleteAlgorithmInput < Struct.new(
  :algorithm_name)
  include Aws::Structure
end