AWSComprehendDatasetProperties
Objective-C
@interface AWSComprehendDatasetProperties
Swift
class AWSComprehendDatasetProperties
Properties associated with the dataset.
-
Creation time of the dataset.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable creationTime;Swift
var creationTime: Date? { get set } -
The ARN of the dataset.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable datasetArn;Swift
var datasetArn: String? { get set } -
The name of the dataset.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable datasetName;Swift
var datasetName: String? { get set } -
The S3 URI where the dataset is stored.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable datasetS3Uri;Swift
var datasetS3Uri: String? { get set } -
The dataset type (training data or test data).
Declaration
Objective-C
@property (nonatomic) AWSComprehendDatasetType datasetType;Swift
var datasetType: AWSComprehendDatasetType { get set } -
Description of the dataset.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;Swift
var detail: String? { get set } -
Time when the data from the dataset becomes available in the data lake.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable endTime;Swift
var endTime: Date? { get set } -
A description of the status of the dataset.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable message;Swift
var message: String? { get set } -
The number of documents in the dataset.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable numberOfDocuments;Swift
var numberOfDocuments: NSNumber? { get set } -
The dataset status. While the system creates the dataset, the status is
CREATING. When the dataset is ready to use, the status changes toCOMPLETED.Declaration
Objective-C
@property (nonatomic) AWSComprehendDatasetStatus status;Swift
var status: AWSComprehendDatasetStatus { get set }
View on GitHub
Install in Dash
AWSComprehendDatasetProperties Class Reference