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)


10879
10880
10881
10882
10883
# File 'lib/aws-sdk-sagemaker/types.rb', line 10879

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