ModelCardExportJobOutputConfig constructor
const
ModelCardExportJobOutputConfig({
- required Input<
String> s3OutputPath,
Creates a new ModelCardExportJobOutputConfig.
s3OutputPath Amazon S3 output path.
Implementation
const ModelCardExportJobOutputConfig({
required this.s3OutputPath,
});