StartICD10CMInferenceJobResponse
public struct StartICD10CMInferenceJobResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The identifier generated for the job. To get the status of a job, use this identifier with the StartICD10CMInferenceJob operation.
Declaration
Swift
public let jobId: String? -
Undocumented
Declaration
Swift
public init(jobId: String? = nil)
View on GitHub
StartICD10CMInferenceJobResponse Structure Reference