Class: Aws::SageMaker::Types::DeleteModelInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteModelInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_name ⇒ String
The name of the model to delete.
Instance Attribute Details
#model_name ⇒ String
The name of the model to delete.
11690 11691 11692 11693 11694 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11690 class DeleteModelInput < Struct.new( :model_name) SENSITIVE = [] include Aws::Structure end |