Class: Aws::SageMaker::Types::CreateModelCardResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateModelCardResponse
- 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 successfully created model card.
Instance Attribute Details
#model_card_arn ⇒ String
The Amazon Resource Name (ARN) of the successfully created model card.
8155 8156 8157 8158 8159 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 8155 class CreateModelCardResponse < Struct.new( :model_card_arn) SENSITIVE = [] include Aws::Structure end |