EdgePackagingJobSummary constructor
EdgePackagingJobSummary({})
Implementation
EdgePackagingJobSummary({
required this.edgePackagingJobArn,
required this.edgePackagingJobName,
required this.edgePackagingJobStatus,
this.compilationJobName,
this.creationTime,
this.lastModifiedTime,
this.modelName,
this.modelVersion,
});