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 / NumericLogicalComparator
Enumeration: NumericLogicalComparator¶
Enumeration Members¶
EQUAL_TO¶
EQUAL_TO:
"="
Equal to
GREATER_THAN¶
GREATER_THAN:
">"
Greater than
GREATER_THAN_OR_EQUAL¶
GREATER_THAN_OR_EQUAL:
">="
Greater than or equal to
LESS_THAN¶
LESS_THAN:
"<"
Less than
LESS_THAN_OR_EQUAL¶
LESS_THAN_OR_EQUAL:
"<="
Less than or equal to
NOT_EQUAL_TO¶
NOT_EQUAL_TO:
"!="
Not equal to