Class: Aws::SageMaker::Types::CreateModelCardResponse

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 successfully created model card.

Returns:

  • (String)


7596
7597
7598
7599
7600
# File 'lib/aws-sdk-sagemaker/types.rb', line 7596

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