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.113.0 (build fc68b25)",
date="2025-09-02T11:25:42.816Z")
@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 interface
Internal default implementation forIInferenceProfile
.static final class
A 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
-