Show / Hide Table of Contents

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

string

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

Grant

Remarks

Stability: Experimental

Back to top Generated by DocFX