Interface IInferenceProfile.Jsii$Default
- All Superinterfaces:
IInferenceProfile,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IInferenceProfile.Jsii$Proxy
- Enclosing interface:
IInferenceProfile
Internal default implementation for
IInferenceProfile.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.alpha.IInferenceProfile
IInferenceProfile.Jsii$Default, IInferenceProfile.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault String(experimental) The ARN of the inference profile.default String(experimental) The unique identifier of the inference profile.default InferenceProfileTypegetType()(experimental) The type of inference profile.default GrantgrantProfileUsage(IGrantable grantee) (experimental) Grants appropriate permissions to use the inference profile.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInferenceProfileArn
(experimental) The ARN of the inference profile.- Specified by:
getInferenceProfileArnin interfaceIInferenceProfile
-
getInferenceProfileId
(experimental) The unique identifier of the inference profile.- Specified by:
getInferenceProfileIdin interfaceIInferenceProfile
-
getType
(experimental) The type of inference profile.- Specified by:
getTypein interfaceIInferenceProfile
-
grantProfileUsage
(experimental) Grants appropriate permissions to use the inference profile.Each profile type requires different permissions based on its usage pattern.
- Specified by:
grantProfileUsagein interfaceIInferenceProfile- Parameters:
grantee-- The IAM principal to grant permissions to.
- Returns:
- An IAM Grant object representing the granted permissions
-