AWSRekognitionCreateProjectVersionResponse

Objective-C

@interface AWSRekognitionCreateProjectVersionResponse

Swift

class AWSRekognitionCreateProjectVersionResponse
  • The ARN of the model or the project version that was created. Use DescribeProjectVersion to get the current status of the training operation.

    Declaration

    Objective-C

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

    Swift

    var projectVersionArn: String? { get set }