Class: Aws::SageMaker::Types::CreateModelCardExportJobResponse

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_export_job_arnString

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

Returns:

  • (String)


8597
8598
8599
8600
8601
# File 'lib/aws-sdk-sagemaker/types.rb', line 8597

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