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.113.0 (build fc68b25)",
date="2025-09-02T11:25:42.813Z")
@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 interface
Internal default implementation forIBedrockInvokable
.static final class
A 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.
-