AWSRekognitionProjectDescription

Objective-C

@interface AWSRekognitionProjectDescription

Swift

class AWSRekognitionProjectDescription

A description of an Amazon Rekognition Custom Labels project. For more information, see DescribeProjects.

  • 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 }
  • 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 }