Class: Aws::SageMaker::Types::DescribeModelCardExportJobRequest

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 to describe.

Returns:

  • (String)


14833
14834
14835
14836
14837
# File 'lib/aws-sdk-sagemaker/types.rb', line 14833

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