Class: Aws::SageMaker::Types::DeleteModelInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteModelInput
- Defined in:
- gems/aws-sdk-sagemaker/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.
12377 12378 12379 12380 12381 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12377 class DeleteModelInput < Struct.new( :model_name) SENSITIVE = [] include Aws::Structure end |