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
Note:
When making an API call, you may pass DeleteModelInput data as a hash:
{
model_name: "ModelName", # required
}
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.
5787 5788 5789 5790 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5787 class DeleteModelInput < Struct.new( :model_name) include Aws::Structure end |