Get Thesaurus Result
data class GetThesaurusResult(val arn: String, val createdAt: String, val description: String, val errorMessage: String, val fileSizeBytes: Int, val id: String, val indexId: String, val name: String, val roleArn: String, val sourceS3Paths: List<GetThesaurusSourceS3Path>, val status: String, val synonymRuleCount: Int, val tags: Map<String, String>, val termCount: Int, val thesaurusId: String, val updatedAt: String)
A collection of values returned by getThesaurus.
Constructors
Link copied to clipboard
constructor(arn: String, createdAt: String, description: String, errorMessage: String, fileSizeBytes: Int, id: String, indexId: String, name: String, roleArn: String, sourceS3Paths: List<GetThesaurusSourceS3Path>, status: String, synonymRuleCount: Int, tags: Map<String, String>, termCount: Int, thesaurusId: String, updatedAt: String)
Properties
Link copied to clipboard
Description of the Thesaurus.
Link copied to clipboard
When the status
field value is FAILED
, this contains a message that explains why.
Link copied to clipboard
Size of the Thesaurus file in bytes.
Link copied to clipboard
ARN of a role with permission to access the S3 bucket that contains the Thesaurus. For more information, see IAM Roles for Amazon Kendra.
Link copied to clipboard
S3 location of the Thesaurus input data. Detailed below.
Link copied to clipboard
Number of synonym rules in the Thesaurus file.
Link copied to clipboard