@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bedrock / CrossRegionInferenceProfile
Cross-region inference enables you to seamlessly manage unplanned traffic bursts by utilizing compute across different AWS Regions. With cross-region inference, you can distribute traffic across multiple AWS Regions, enabling higher throughput and enhanced resilience during periods of peak demands.
https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html
readonlyinferenceProfileArn:string
Inference profile ARN
IInferenceProfile.inferenceProfileArn
readonlyinferenceProfileId:string
Inference profile ID
IInferenceProfile.inferenceProfileId
readonlyinferenceProfileModel:BedrockFoundationModel
The underlying model supporting cross-region inference.
readonlyinvokableArn:string
This equals to the inferenceProfileArn property, useful just to implement IInvokable interface
readonlytype:InferenceProfileType
Inference profile type
grantInvoke(
grantee):Grant
Gives the appropriate policies to invoke and use the Foundation Model.
IGrantable
Grant
grantProfileUsage(
grantee):Grant
Grants appropriate permissions to use the cross-region inference profile. Does not grant permissions to use the model in the profile.
IGrantable
Grant
IInferenceProfile.grantProfileUsage
staticfromConfig(config):CrossRegionInferenceProfile
CrossRegionInferenceProfileProps
CrossRegionInferenceProfile