AWSRekognitionCreateProjectVersionResponse
Objective-C
@interface AWSRekognitionCreateProjectVersionResponse
Swift
class AWSRekognitionCreateProjectVersionResponse
-
The ARN of the model or the project version that was created. Use
DescribeProjectVersionto get the current status of the training operation.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable projectVersionArn;Swift
var projectVersionArn: String? { get set }
View on GitHub
Install in Dash
AWSRekognitionCreateProjectVersionResponse Class Reference