Class: Aws::SageMaker::Types::DeleteModelCardRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteModelCardRequest
- Defined in:
- gems/aws-sdk-sagemaker/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.
11697 11698 11699 11700 11701 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11697 class DeleteModelCardRequest < Struct.new( :model_card_name) SENSITIVE = [] include Aws::Structure end |