generative-ai-cdk-constructs

@cdklabs/generative-ai-cdk-constructsDocs


@cdklabs/generative-ai-cdk-constructs / bedrock / IInferenceProfile

Interface: IInferenceProfile

Represents a ApplicationInferenceProfile, either created with CDK or imported.

Properties

inferenceProfileArn

readonly inferenceProfileArn: string

The ARN of the application inference profile.


inferenceProfileId

readonly inferenceProfileId: string

The unique identifier of the inference profile.


type

readonly type: InferenceProfileType

The type of inference profile.

Methods

grantProfileUsage()

grantProfileUsage(grantee): Grant

Grants appropriate permissions to use the inference profile.

Parameters

grantee: IGrantable

Returns

Grant