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.
14830 14831 14832 14833 14834 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14830 class DeleteModelCardRequest < Struct.new( :model_card_name) SENSITIVE = [] include Aws::Structure end |