Skip to content

@awssolutions/gen-ai-evaluation-toolkit-ts-client


@awssolutions/gen-ai-evaluation-toolkit-ts-client / CreateAnnotationSchemaCommandOutput

Interface: CreateAnnotationSchemaCommandOutput

The output of CreateAnnotationSchemaCommand.

Extends

Properties

createdAt?

optional createdAt?: Date

Timestamp when the schema was created

Inherited from

AnnotationSchema.createdAt


createdBy?

optional createdBy?: string

Username or identifier of who created the schema

Inherited from

AnnotationSchema.createdBy


description?

optional description?: string

Human-readable description of the schema's purpose

Inherited from

AnnotationSchema.description


isArchived?

optional isArchived?: boolean

Whether the schema is archived and unavailable for new annotations

Inherited from

AnnotationSchema.isArchived


name

name: string

Unique name identifying the annotation schema

Inherited from

AnnotationSchema.name


valueType

valueType: AnnotationValueType

Type and validation rules for annotation values

Inherited from

AnnotationSchema.valueType