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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


10873
10874
10875
10876
10877
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10873

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