StopICD10CMInferenceJobResponse

public struct StopICD10CMInferenceJobResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier generated for the job. To get the status of job, use this identifier with the DescribeICD10CMInferenceJob operation.

    Declaration

    Swift

    public let jobId: String?
  • Undocumented

    Declaration

    Swift

    public init(jobId: String? = nil)