Uses of Interface
software.amazon.awscdk.services.bedrockagentcore.IRuntimeEndpoint
Packages that use IRuntimeEndpoint
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of IRuntimeEndpoint in software.amazon.awscdk.services.bedrockagentcore
Subinterfaces of IRuntimeEndpoint in software.amazon.awscdk.services.bedrockagentcoreModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIRuntimeEndpoint.Classes in software.amazon.awscdk.services.bedrockagentcore that implement IRuntimeEndpointModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classBedrock Agent Core Runtime Endpoint Provides a stable endpoint for invoking agent runtimes with versioning support.classBase class for Runtime Endpoint.Methods in software.amazon.awscdk.services.bedrockagentcore that return IRuntimeEndpointModifier and TypeMethodDescriptionstatic IRuntimeEndpointRuntimeEndpoint.fromRuntimeEndpointAttributes(software.constructs.Construct scope, String id, RuntimeEndpointAttributes attrs) Import an existing Agent Runtime Endpoint using attributes This allows you to reference an Agent Runtime Endpoint that was created outside of CDK.Methods in software.amazon.awscdk.services.bedrockagentcore with parameters of type IRuntimeEndpointModifier and TypeMethodDescriptionstatic DataSourceConfigDataSourceConfig.fromAgentRuntimeEndpoint(IBedrockAgentRuntime runtime, IRuntimeEndpoint endpoint) Creates a data source configuration from an AgentCore Runtime and optional endpoint.