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)


30675
30676
30677
30678
30679
# File 'lib/aws-sdk-sagemaker/types.rb', line 30675

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