AWSRekognitionDatasetMetadata
Objective-C
@interface AWSRekognitionDatasetMetadata
Swift
class AWSRekognitionDatasetMetadata
Summary information for an Amazon Rekognition Custom Labels dataset. For more information, see ProjectDescription.
-
The Unix timestamp for the date and time that the dataset was created.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable creationTimestamp;
Swift
var creationTimestamp: Date? { get set }
-
The Amazon Resource Name (ARN) for the dataset.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable datasetArn;
Swift
var datasetArn: String? { get set }
-
The type of the dataset.
Declaration
Objective-C
@property (nonatomic) AWSRekognitionDatasetType datasetType;
Swift
var datasetType: AWSRekognitionDatasetType { get set }
-
The status for the dataset.
Declaration
Objective-C
@property (nonatomic) AWSRekognitionDatasetStatus status;
Swift
var status: AWSRekognitionDatasetStatus { get set }
-
The status message for the dataset.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable statusMessage;
Swift
var statusMessage: String? { get set }
-
The status message code for the dataset operation. If a service error occurs, try the API call again later. If a client error occurs, check the input parameters to the dataset API call that failed.
Declaration
Objective-C
@property (nonatomic) AWSRekognitionDatasetStatusMessageCode statusMessageCode;
Swift
var statusMessageCode: AWSRekognitionDatasetStatusMessageCode { get set }