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)


43796
43797
43798
43799
43800
# File 'lib/aws-sdk-sagemaker/types.rb', line 43796

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