Class: Aws::SageMaker::Types::DeleteModelCardRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteModelCardRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_card_name ⇒ String
The name of the model card to delete.
Instance Attribute Details
#model_card_name ⇒ String
The name of the model card to delete.
11658 11659 11660 11661 11662 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11658 class DeleteModelCardRequest < Struct.new( :model_card_name) SENSITIVE = [] include Aws::Structure end |