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)


28583
28584
28585
28586
28587
# File 'lib/aws-sdk-sagemaker/types.rb', line 28583

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