DeleteMLModelOutput

public struct DeleteMLModelOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A user-supplied ID that uniquely identifies the MLModel. This value should be identical to the value of the MLModelID in the request.

    Declaration

    Swift

    public let mLModelId: String?
  • Undocumented

    Declaration

    Swift

    public init(mLModelId: String? = nil)