AWSComprehendStartFlywheelIterationRequest

Objective-C

@interface AWSComprehendStartFlywheelIterationRequest

Swift

class AWSComprehendStartFlywheelIterationRequest
  • A unique identifier for the request. If you don’t set the client request token, Amazon Comprehend generates one.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable clientRequestToken;

    Swift

    var clientRequestToken: String? { get set }
  • The ARN of the flywheel.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable flywheelArn;

    Swift

    var flywheelArn: String? { get set }