Interface IBedrockInvokable
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IBedrockInvokable.Jsii$Default
- All Known Implementing Classes:
ApplicationInferenceProfile,BedrockFoundationModel,CrossRegionInferenceProfile,IBedrockInvokable.Jsii$Proxy,PromptRouter
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-05T22:26:49.491Z")
@Stability(Experimental)
public interface IBedrockInvokable
extends software.amazon.jsii.JsiiSerializable
(experimental) Represents an Amazon Bedrock abstraction on which you can run the
Invoke API.
This can be a Foundational Model, a Custom Model, or an Inference Profile.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIBedrockInvokable.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescription(experimental) The ARN of the Bedrock invokable abstraction.grantInvoke(IGrantable grantee) (experimental) Gives the appropriate policies to invoke and use the invokable abstraction.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInvokableArn
(experimental) The ARN of the Bedrock invokable abstraction. -
grantInvoke
(experimental) Gives the appropriate policies to invoke and use the invokable abstraction.- Parameters:
grantee- This parameter is required.
-