Comprehend Dataset Properties

Comprehend Dataset Properties in AWS represent the metadata and configuration details of a dataset used with Amazon Comprehend. It includes information such as dataset name, type, status, creation time, and associated input or output data locations. This resource helps track and manage datasets used for training or evaluating custom natural language processing models within Comprehend.

aws.comprehend_dataset

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
creation_timecoretimestampCreation time of the dataset.
dataset_arncorestringThe ARN of the dataset.
dataset_namecorestringThe name of the dataset.
dataset_s3_uricorestringThe S3 URI where the dataset is stored.
dataset_typecorestringThe dataset type (training data or test data).
descriptioncorestringDescription of the dataset.
end_timecoretimestampTime when the data from the dataset becomes available in the data lake.
messagecorestringA description of the status of the dataset.
number_of_documentscoreint64The number of documents in the dataset.
statuscorestringThe dataset status. While the system creates the dataset, the status is CREATING. When the dataset is ready to use, the status changes to COMPLETED.
tagscorehstore