AWSRekognitionDatasetDescription
Objective-C
@interface AWSRekognitionDatasetDescription
Swift
class AWSRekognitionDatasetDescription
A description for a dataset. For more information, see DescribeDataset.
The status fields Status, StatusMessage, and StatusMessageCode reflect the last operation on the dataset.
-
The Unix timestamp for the time and date that the dataset was created.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable creationTimestamp;Swift
var creationTimestamp: Date? { get set } -
The status message code for the dataset.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionDatasetStats *_Nullable datasetStats;Swift
var datasetStats: AWSRekognitionDatasetStats? { get set } -
The Unix timestamp for the date and time that the dataset was last updated.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable lastUpdatedTimestamp;Swift
var lastUpdatedTimestamp: Date? { get set } -
The status of 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 }
View on GitHub
Install in Dash
AWSRekognitionDatasetDescription Class Reference