DescribeEdgePackagingJobResponse constructor

DescribeEdgePackagingJobResponse({
  1. required String edgePackagingJobArn,
  2. required String edgePackagingJobName,
  3. required EdgePackagingJobStatus edgePackagingJobStatus,
  4. String? compilationJobName,
  5. DateTime? creationTime,
  6. String? edgePackagingJobStatusMessage,
  7. DateTime? lastModifiedTime,
  8. String? modelArtifact,
  9. String? modelName,
  10. String? modelSignature,
  11. String? modelVersion,
  12. EdgeOutputConfig? outputConfig,
  13. String? resourceKey,
  14. String? roleArn,
})

Implementation

DescribeEdgePackagingJobResponse({
  required this.edgePackagingJobArn,
  required this.edgePackagingJobName,
  required this.edgePackagingJobStatus,
  this.compilationJobName,
  this.creationTime,
  this.edgePackagingJobStatusMessage,
  this.lastModifiedTime,
  this.modelArtifact,
  this.modelName,
  this.modelSignature,
  this.modelVersion,
  this.outputConfig,
  this.resourceKey,
  this.roleArn,
});