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)


12166
12167
12168
12169
12170
# File 'lib/aws-sdk-sagemaker/types.rb', line 12166

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