Class: Aws::SageMaker::Types::UpdateModelCardResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateModelCardResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_card_arn ⇒ String
The Amazon Resource Name (ARN) of the updated model card.
Instance Attribute Details
#model_card_arn ⇒ String
The Amazon Resource Name (ARN) of the updated model card.
48765 48766 48767 48768 48769 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48765 class UpdateModelCardResponse < Struct.new( :model_card_arn) SENSITIVE = [] include Aws::Structure end |