Class: Aws::SageMaker::Types::ModelCardExportOutputConfig

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Configure the export output details for an Amazon SageMaker Model Card.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_output_pathString

The Amazon S3 output path to export your model card PDF.

Returns:

  • (String)


28730
28731
28732
28733
28734
# File 'lib/aws-sdk-sagemaker/types.rb', line 28730

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