Gen AI Evaluation Toolkit on AWS
v2.0.0
Copyright © 2026 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon’s trademarks and trade dress may not be used in connection with any product or service that is not Amazon’s, in any manner that is likely to cause confusion among customers, or in any manner that disparages or discredits Amazon. All other trademarks not owned by Amazon are the property of their respective owners, who may or may not be affiliated with, connected to, or sponsored by Amazon.
Table of contents
@awssolutions/gen-ai-evaluation-toolkit-ts-client
@awssolutions/gen-ai-evaluation-toolkit-ts-client / ArchiveAnnotationSchemaCommandOutput
Interface: ArchiveAnnotationSchemaCommandOutput¶
The output of ArchiveAnnotationSchemaCommand.
Extends¶
AnnotationSchema.MetadataBearer
Properties¶
createdAt?¶
optionalcreatedAt?:Date
Timestamp when the schema was created
Inherited from¶
createdBy?¶
optionalcreatedBy?:string
Username or identifier of who created the schema
Inherited from¶
description?¶
optionaldescription?:string
Human-readable description of the schema's purpose
Inherited from¶
isArchived?¶
optionalisArchived?:boolean
Whether the schema is archived and unavailable for new annotations
Inherited from¶
name¶
name:
string
Unique name identifying the annotation schema
Inherited from¶
valueType¶
valueType:
AnnotationValueType
Type and validation rules for annotation values