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.
16016 16017 16018 16019 16020 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16016 class DeleteModelCardRequest < Struct.new( :model_card_name) SENSITIVE = [] include Aws::Structure end |