Class: Aws::SageMaker::Types::DeleteModelInput

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

#model_nameString

The name of the model to delete.

Returns:

  • (String)


10798
10799
10800
10801
10802
# File 'lib/aws-sdk-sagemaker/types.rb', line 10798

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