Uses of Interface
software.amazon.awscdk.services.bedrock.alpha.IBedrockInvokable
Packages that use IBedrockInvokable
Package
Description
Amazon Bedrock AgentCore Construct Library
Amazon Bedrock Construct Library
-
Uses of IBedrockInvokable in software.amazon.awscdk.services.bedrock.agentcore.alpha
Methods in software.amazon.awscdk.services.bedrock.agentcore.alpha that return IBedrockInvokableModifier and TypeMethodDescriptionOverrideConfig.getModel()(experimental) The model to use for consolidation/extraction.final IBedrockInvokableOverrideConfig.Jsii$Proxy.getModel()Methods in software.amazon.awscdk.services.bedrock.agentcore.alpha with parameters of type IBedrockInvokableModifier and TypeMethodDescriptionOverrideConfig.Builder.model(IBedrockInvokable model) Sets the value ofOverrideConfig.getModel() -
Uses of IBedrockInvokable in software.amazon.awscdk.services.bedrock.alpha
Subinterfaces of IBedrockInvokable in software.amazon.awscdk.services.bedrock.alphaModifier and TypeInterfaceDescriptionstatic interfaceInternal 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 classA 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 IBedrockInvokableAgentProps.Jsii$Proxy.getFoundationModel()PromptRoutingClassifierConfigCustomParser.getFoundationModel()(experimental) The foundation model to use for the routing classifier step.final IBedrockInvokablePromptRoutingClassifierConfigCustomParser.Jsii$Proxy.getFoundationModel()ApplicationInferenceProfile.getInferenceProfileModel()(experimental) The underlying model/cross-region model used by the application inference profile.final IBedrockInvokableAgentPromptVariantProps.Jsii$Proxy.getModel()final IBedrockInvokableChatPromptVariantProps.Jsii$Proxy.getModel()CommonPromptVariantProps.getModel()(experimental) The model which is used to run the prompt.final IBedrockInvokableCommonPromptVariantProps.Jsii$Proxy.getModel()final IBedrockInvokableTextPromptVariantProps.Jsii$Proxy.getModel()ApplicationInferenceProfileProps.getModelSource()(experimental) The model source for this inference profile.final IBedrockInvokableApplicationInferenceProfileProps.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()