Uses of Interface
software.amazon.awscdk.services.bedrock.alpha.IBedrockInvokable
Packages that use IBedrockInvokable
-
Uses of IBedrockInvokable in software.amazon.awscdk.services.bedrock.alpha
Subinterfaces of IBedrockInvokable in software.amazon.awscdk.services.bedrock.alphaModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIBedrockInvokable
.Classes in software.amazon.awscdk.services.bedrock.alpha that implement IBedrockInvokableModifier and TypeClassDescriptionclass
(experimental) Class to create an Application Inference Profile with CDK.class
(experimental) Bedrock models.class
(experimental) Cross-region inference enables you to seamlessly manage unplanned traffic bursts by utilizing compute across different AWS Regions.static final class
A proxy class which represents a concrete javascript instance of this type.class
(experimental) Amazon Bedrock intelligent prompt routing provides a single serverless endpoint for efficiently routing requests between different foundational models within the same model family.Methods in software.amazon.awscdk.services.bedrock.alpha that return IBedrockInvokableModifier and TypeMethodDescriptionAgentProps.getFoundationModel()
(experimental) The foundation model used for orchestration by the agent.final IBedrockInvokable
AgentProps.Jsii$Proxy.getFoundationModel()
PromptRoutingClassifierConfigCustomParser.getFoundationModel()
(experimental) The foundation model to use for the routing classifier step.final IBedrockInvokable
PromptRoutingClassifierConfigCustomParser.Jsii$Proxy.getFoundationModel()
ApplicationInferenceProfile.getInferenceProfileModel()
(experimental) The underlying model/cross-region model used by the application inference profile.final IBedrockInvokable
AgentPromptVariantProps.Jsii$Proxy.getModel()
final IBedrockInvokable
ChatPromptVariantProps.Jsii$Proxy.getModel()
CommonPromptVariantProps.getModel()
(experimental) The model which is used to run the prompt.final IBedrockInvokable
CommonPromptVariantProps.Jsii$Proxy.getModel()
final IBedrockInvokable
TextPromptVariantProps.Jsii$Proxy.getModel()
ApplicationInferenceProfileProps.getModelSource()
(experimental) The model source for this inference profile.final IBedrockInvokable
ApplicationInferenceProfileProps.Jsii$Proxy.getModelSource()
Methods in software.amazon.awscdk.services.bedrock.alpha that return types with arguments of type IBedrockInvokableModifier and TypeMethodDescriptionIPromptRouter.getRoutingEndpoints()
(experimental) The foundation models / profiles this router will route to.default List
<IBedrockInvokable> IPromptRouter.Jsii$Default.getRoutingEndpoints()
(experimental) The foundation models / profiles this router will route to.final List
<IBedrockInvokable> IPromptRouter.Jsii$Proxy.getRoutingEndpoints()
(experimental) The foundation models / profiles this router will route to.PromptRouter.getRoutingEndpoints()
(experimental) The inference endpoints (cross-region profiles) that this router will route to.Methods in software.amazon.awscdk.services.bedrock.alpha with parameters of type IBedrockInvokableModifier and TypeMethodDescriptionAgent.Builder.foundationModel
(IBedrockInvokable foundationModel) (experimental) The foundation model used for orchestration by the agent.AgentProps.Builder.foundationModel
(IBedrockInvokable foundationModel) Sets the value ofAgentProps.getFoundationModel()
PromptRoutingClassifierConfigCustomParser.Builder.foundationModel
(IBedrockInvokable foundationModel) Sets the value ofPromptRoutingClassifierConfigCustomParser.getFoundationModel()
AgentPromptVariantProps.Builder.model
(IBedrockInvokable model) Sets the value ofCommonPromptVariantProps.getModel()
ChatPromptVariantProps.Builder.model
(IBedrockInvokable model) Sets the value ofCommonPromptVariantProps.getModel()
CommonPromptVariantProps.Builder.model
(IBedrockInvokable model) Sets the value ofCommonPromptVariantProps.getModel()
TextPromptVariantProps.Builder.model
(IBedrockInvokable model) Sets the value ofCommonPromptVariantProps.getModel()
ApplicationInferenceProfile.Builder.modelSource
(IBedrockInvokable modelSource) (experimental) The model source for this inference profile.ApplicationInferenceProfileProps.Builder.modelSource
(IBedrockInvokable modelSource) Sets the value ofApplicationInferenceProfileProps.getModelSource()