DescribeThesaurusResponse class
Constructors
-
DescribeThesaurusResponse({DateTime? createdAt, String? description, String? errorMessage, int? fileSizeBytes, String? id, String? indexId, String? name, String? roleArn, S3Path? sourceS3Path, ThesaurusStatus? status, int? synonymRuleCount, int? termCount, DateTime? updatedAt})
-
-
DescribeThesaurusResponse.fromJson(Map<String, dynamic> json)
-
factory
Properties
-
createdAt
→ DateTime?
-
The Unix datetime that the thesaurus was created.
final
-
description
→ String?
-
The thesaurus description.
final
-
errorMessage
→ String?
-
When the
Status field value is FAILED, the
ErrorMessage field provides more information.
final
-
fileSizeBytes
→ int?
-
The size of the thesaurus file in bytes.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
id
→ String?
-
The identifier of the thesaurus.
final
-
indexId
→ String?
-
The identifier of the index associated with the thesaurus to describe.
final
-
name
→ String?
-
The thesaurus name.
final
-
roleArn
→ String?
-
An AWS Identity and Access Management (IAM) role that gives Amazon Kendra
permissions to access thesaurus file specified in
SourceS3Path.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
sourceS3Path
→ S3Path?
-
final
-
status
→ ThesaurusStatus?
-
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.
final
-
synonymRuleCount
→ int?
-
The number of synonym rules in the thesaurus file.
final
-
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.
final
-
updatedAt
→ DateTime?
-
The Unix datetime that the thesaurus was last updated.
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited