CompilationJobSummary
public struct CompilationJobSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time when the model compilation job completed.
Declaration
Swift
public let compilationEndTime: TimeStamp?
-
The Amazon Resource Name (ARN) of the model compilation job.
Declaration
Swift
public let compilationJobArn: String
-
The name of the model compilation job that you want a summary for.
Declaration
Swift
public let compilationJobName: String
-
The status of the model compilation job.
Declaration
Swift
public let compilationJobStatus: CompilationJobStatus
-
The time when the model compilation job started.
Declaration
Swift
public let compilationStartTime: TimeStamp?
-
The type of device that the model will run on after the compilation job has completed.
Declaration
Swift
public let compilationTargetDevice: TargetDevice?
-
The type of accelerator that the model will run on after the compilation job has completed.
Declaration
Swift
public let compilationTargetPlatformAccelerator: TargetPlatformAccelerator?
-
The type of architecture that the model will run on after the compilation job has completed.
Declaration
Swift
public let compilationTargetPlatformArch: TargetPlatformArch?
-
The type of OS that the model will run on after the compilation job has completed.
Declaration
Swift
public let compilationTargetPlatformOs: TargetPlatformOs?
-
The time when the model compilation job was created.
Declaration
Swift
public let creationTime: TimeStamp
-
The time when the model compilation job was last modified.
Declaration
Swift
public let lastModifiedTime: TimeStamp?
-
init(compilationEndTime:compilationJobArn:compilationJobName:compilationJobStatus:compilationStartTime:compilationTargetDevice:compilationTargetPlatformAccelerator:compilationTargetPlatformArch:compilationTargetPlatformOs:creationTime:lastModifiedTime:)
Undocumented
Declaration
Swift
public init(compilationEndTime: TimeStamp? = nil, compilationJobArn: String, compilationJobName: String, compilationJobStatus: CompilationJobStatus, compilationStartTime: TimeStamp? = nil, compilationTargetDevice: TargetDevice? = nil, compilationTargetPlatformAccelerator: TargetPlatformAccelerator? = nil, compilationTargetPlatformArch: TargetPlatformArch? = nil, compilationTargetPlatformOs: TargetPlatformOs? = nil, creationTime: TimeStamp, lastModifiedTime: TimeStamp? = nil)