Class: Aws::SageMaker::Types::UpdateModelCardResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateModelCardResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
46085 46086 46087 46088 46089 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 46085 class UpdateModelCardResponse < Struct.new( :model_card_arn) SENSITIVE = [] include Aws::Structure end |