MDAA TS Docs
Preparing search index...
@aws-mdaa/ai-helper
resolveModelArn
Function resolveModelArn
resolveModelArn
(
modelIdentifier
:
string
,
partition
:
string
,
region
:
string
,
account
:
string
,
)
:
string
Resolves a model identifier to its full ARN format. Handles three input types:
Full ARN (passthrough)
On-demand model ID (e.g., "anthropic.claude-3-sonnet-20240229-v1:0")
Inference profile ID (e.g., "us.anthropic.claude-3-sonnet-20240229-v1:0")
Parameters
modelIdentifier
:
string
partition
:
string
region
:
string
account
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
MDAA TS Docs
Loading...
Resolves a model identifier to its full ARN format. Handles three input types: