StopTrainingEntityRecognizerRequest

public struct StopTrainingEntityRecognizerRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) that identifies the entity recognizer currently being trained.

    Declaration

    Swift

    public let entityRecognizerArn: String
  • Undocumented

    Declaration

    Swift

    public init(entityRecognizerArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws