interface IBedrockInvokable
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Bedrock.Alpha.IBedrockInvokable |
Go | github.com/aws/aws-cdk-go/awsbedrockalpha/v2#IBedrockInvokable |
Java | software.amazon.awscdk.services.bedrock.alpha.IBedrockInvokable |
Python | aws_cdk.aws_bedrock_alpha.IBedrockInvokable |
TypeScript (source) | @aws-cdk/aws-bedrock-alpha » IBedrockInvokable |
Implemented by
Application, Bedrock, Cross, Prompt
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.
Properties
| Name | Type | Description |
|---|---|---|
| invokable | string | The ARN of the Bedrock invokable abstraction. |
invokableArn
Type:
string
The ARN of the Bedrock invokable abstraction.
Methods
| Name | Description |
|---|---|
| grant | Gives the appropriate policies to invoke and use the invokable abstraction. |
grantInvoke(grantee)
public grantInvoke(grantee: IGrantable): Grant
Parameters
- grantee
IGrantable
Returns
Gives the appropriate policies to invoke and use the invokable abstraction.

.NET
Go
Java
Python
TypeScript (