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 / GenAiEvaluationToolkitExtensionConfiguration
Interface: GenAiEvaluationToolkitExtensionConfiguration¶
Internal
Extends¶
HttpHandlerExtensionConfiguration.DefaultExtensionConfiguration.AwsRegionExtensionConfiguration.HttpAuthExtensionConfiguration
Indexable¶
[
key:string]:any[
key:number]:any
Methods¶
credentials()¶
credentials():
AwsCredentialIdentityProvider|AwsCredentialIdentity|undefined
Returns¶
AwsCredentialIdentityProvider | AwsCredentialIdentity | undefined
Inherited from¶
HttpAuthExtensionConfiguration.credentials
httpAuthSchemeProvider()¶
httpAuthSchemeProvider():
GenAiEvaluationToolkitHttpAuthSchemeProvider
Returns¶
GenAiEvaluationToolkitHttpAuthSchemeProvider
Inherited from¶
HttpAuthExtensionConfiguration.httpAuthSchemeProvider
httpAuthSchemes()¶
httpAuthSchemes():
HttpAuthScheme[]
Returns¶
HttpAuthScheme[]
Inherited from¶
HttpAuthExtensionConfiguration.httpAuthSchemes
setCredentials()¶
setCredentials(
credentials):void
Parameters¶
credentials¶
AwsCredentialIdentityProvider | AwsCredentialIdentity
Returns¶
void
Inherited from¶
HttpAuthExtensionConfiguration.setCredentials
setHttpAuthScheme()¶
setHttpAuthScheme(
httpAuthScheme):void
Parameters¶
httpAuthScheme¶
HttpAuthScheme
Returns¶
void
Inherited from¶
HttpAuthExtensionConfiguration.setHttpAuthScheme
setHttpAuthSchemeProvider()¶
setHttpAuthSchemeProvider(
httpAuthSchemeProvider):void
Parameters¶
httpAuthSchemeProvider¶
GenAiEvaluationToolkitHttpAuthSchemeProvider
Returns¶
void
Inherited from¶
HttpAuthExtensionConfiguration.setHttpAuthSchemeProvider