NAME
Paws::Kendra::DescribeThesaurusResponse
ATTRIBUTES
CreatedAt => Str
The Unix datetime that the thesaurus was created.
Description => Str
The thesaurus description.
ErrorMessage => Str
When the Status
field value is FAILED
, the ErrorMessage
field provides more information.
FileSizeBytes => Int
The size of the thesaurus file in bytes.
Id => Str
The identifier of the thesaurus.
IndexId => Str
The identifier of the index associated with the thesaurus to describe.
Name => Str
The thesaurus name.
RoleArn => Str
An AWS Identity and Access Management (IAM) role that gives Amazon Kendra permissions to access thesaurus file specified in SourceS3Path
.
SourceS3Path => Paws::Kendra::S3Path
Status => Str
The current status of the thesaurus. When the value is ACTIVE
, queries are able to use the thesaurus. If the Status
field value is FAILED
, the ErrorMessage
field provides more information.
If the status is ACTIVE_BUT_UPDATE_FAILED
, it means that Amazon Kendra could not ingest the new thesaurus file. The old thesaurus file is still active.
Valid values are: "CREATING"
, "ACTIVE"
, "DELETING"
, "UPDATING"
, "ACTIVE_BUT_UPDATE_FAILED"
, "FAILED"
=head2 SynonymRuleCount => Int
The number of synonym rules in the thesaurus file.
TermCount => Int
The number of unique terms in the thesaurus file. For example, the synonyms a,b,c
and a=>d
, the term count would be 4.
UpdatedAt => Str
The Unix datetime that the thesaurus was last updated.