Interface IInferenceProfile
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IInferenceProfile.Jsii$Default
- All Known Implementing Classes:
ApplicationInferenceProfile,CrossRegionInferenceProfile,IInferenceProfile.Jsii$Proxy,InferenceProfileBase
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:17.920Z")
@Stability(Experimental)
public interface IInferenceProfile
extends software.amazon.jsii.JsiiSerializable
(experimental) Represents an Inference Profile, either created with CDK or imported.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIInferenceProfile.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescription(experimental) The ARN of the inference profile.(experimental) The unique identifier of the inference profile.getType()(experimental) The type of inference profile.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. -
getInferenceProfileId
(experimental) The unique identifier of the inference profile. -
getType
(experimental) The type of inference profile. -
grantProfileUsage
(experimental) Grants appropriate permissions to use the inference profile.Each profile type requires different permissions based on its usage pattern.
- Parameters:
grantee-- The IAM principal to grant permissions to.
- Returns:
- An IAM Grant object representing the granted permissions
-