AWSRekognitionProjectDescription
Objective-C
@interface AWSRekognitionProjectDescription
Swift
class AWSRekognitionProjectDescription
A description of an Amazon Rekognition Custom Labels project. For more information, see DescribeProjects.
-
Indicates whether automatic retraining will be attempted for the versions of the project. Applies only to adapters.
Declaration
Objective-C
@property (nonatomic) AWSRekognitionProjectAutoUpdate autoUpdate;
Swift
var autoUpdate: AWSRekognitionProjectAutoUpdate { get set }
-
The Unix timestamp for the date and time that the project was created.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable creationTimestamp;
Swift
var creationTimestamp: Date? { get set }
-
Information about the training and test datasets in the project.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSRekognitionDatasetMetadata *> *_Nullable datasets;
Swift
var datasets: [AWSRekognitionDatasetMetadata]? { get set }
-
Specifies the project that is being customized.
Declaration
Objective-C
@property (nonatomic) AWSRekognitionCustomizationFeature feature;
Swift
var feature: AWSRekognitionCustomizationFeature { get set }
-
The Amazon Resource Name (ARN) of the project.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable projectArn;
Swift
var projectArn: String? { get set }
-
The current status of the project.
Declaration
Objective-C
@property (nonatomic) AWSRekognitionProjectStatus status;
Swift
var status: AWSRekognitionProjectStatus { get set }