StopRxNormInferenceJobResponse
public struct StopRxNormInferenceJobResponse : 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 DescribeRxNormInferenceJob operation.
Declaration
Swift
public let jobId: String? -
Undocumented
Declaration
Swift
public init(jobId: String? = nil)
View on GitHub
StopRxNormInferenceJobResponse Structure Reference