Interface IBedrockInvokable
(experimental) Represents an Amazon Bedrock abstraction on which you can run the Invoke
API.
Namespace: Amazon.CDK.AWS.Bedrock.Alpha
Assembly: Amazon.CDK.AWS.Bedrock.Alpha.dll
Syntax (csharp)
public interface IBedrockInvokable
Syntax (vb)
Public Interface IBedrockInvokable
Remarks
This can be a Foundational Model, a Custom Model, or an Inference Profile.
Stability: Experimental
Synopsis
Properties
InvokableArn | (experimental) The ARN of the Bedrock invokable abstraction. |
Methods
GrantInvoke(IGrantable) | (experimental) Gives the appropriate policies to invoke and use the invokable abstraction. |
Properties
InvokableArn
(experimental) The ARN of the Bedrock invokable abstraction.
string InvokableArn { get; }
Property Value
Remarks
Stability: Experimental
Methods
GrantInvoke(IGrantable)
(experimental) Gives the appropriate policies to invoke and use the invokable abstraction.
Grant GrantInvoke(IGrantable grantee)
Parameters
- grantee IGrantable
Returns
Remarks
Stability: Experimental