EdgePackagingJobSummary class

Summary of edge packaging job.

Constructors

EdgePackagingJobSummary({required String edgePackagingJobArn, required String edgePackagingJobName, required EdgePackagingJobStatus edgePackagingJobStatus, String? compilationJobName, DateTime? creationTime, DateTime? lastModifiedTime, String? modelName, String? modelVersion})
EdgePackagingJobSummary.fromJson(Map<String, dynamic> json)
factory

Properties

compilationJobName String?
The name of the SageMaker Neo compilation job.
final
creationTime DateTime?
The timestamp of when the job was created.
final
edgePackagingJobArn String
The Amazon Resource Name (ARN) of the edge packaging job.
final
edgePackagingJobName String
The name of the edge packaging job.
final
edgePackagingJobStatus EdgePackagingJobStatus
The status of the edge packaging job.
final
hashCode int
The hash code for this object.
no setterinherited
lastModifiedTime DateTime?
The timestamp of when the edge packaging job was last updated.
final
modelName String?
The name of the model.
final
modelVersion String?
The version of the model.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited