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 InferenceProfileType
getType()
(experimental) The type of inference profile.default Grant
grantProfileUsage
(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:
getInferenceProfileArn
in interfaceIInferenceProfile
-
getInferenceProfileId
(experimental) The unique identifier of the inference profile.- Specified by:
getInferenceProfileId
in interfaceIInferenceProfile
-
getType
(experimental) The type of inference profile.- Specified by:
getType
in interfaceIInferenceProfile
-
grantProfileUsage
(experimental) Grants appropriate permissions to use the inference profile.Each profile type requires different permissions based on its usage pattern.
- Specified by:
grantProfileUsage
in interfaceIInferenceProfile
- Parameters:
grantee
-- The IAM principal to grant permissions to.
- Returns:
- An IAM Grant object representing the granted permissions
-