ModelCardExportJobOutputConfig constructor

const ModelCardExportJobOutputConfig({
  1. required Input<String> s3OutputPath,
})

Creates a new ModelCardExportJobOutputConfig. s3OutputPath Amazon S3 output path.

Implementation

const ModelCardExportJobOutputConfig({
  required this.s3OutputPath,
});