Class: Aws::SageMaker::Types::UpdateModelCardResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_card_arnString

The Amazon Resource Name (ARN) of the updated model card.

Returns:

  • (String)


48210
48211
48212
48213
48214
# File 'lib/aws-sdk-sagemaker/types.rb', line 48210

class UpdateModelCardResponse < Struct.new(
  :model_card_arn)
  SENSITIVE = []
  include Aws::Structure
end