Class IInferenceProfile.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.alpha.IInferenceProfile.Jsii$Proxy
- All Implemented Interfaces:
IInferenceProfile,IInferenceProfile.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
IInferenceProfile
@Internal
public static final class IInferenceProfile.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IInferenceProfile.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.alpha.IInferenceProfile
IInferenceProfile.Jsii$Default, IInferenceProfile.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal String(experimental) The ARN of the inference profile.final String(experimental) The unique identifier of the inference profile.final InferenceProfileTypegetType()(experimental) The type of inference profile.final GrantgrantProfileUsage(IGrantable grantee) (experimental) Grants appropriate permissions to use the inference profile.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
getInferenceProfileArn
(experimental) The ARN of the inference profile.- Specified by:
getInferenceProfileArnin interfaceIInferenceProfile- Specified by:
getInferenceProfileArnin interfaceIInferenceProfile.Jsii$Default
-
getInferenceProfileId
(experimental) The unique identifier of the inference profile.- Specified by:
getInferenceProfileIdin interfaceIInferenceProfile- Specified by:
getInferenceProfileIdin interfaceIInferenceProfile.Jsii$Default
-
getType
(experimental) The type of inference profile.- Specified by:
getTypein interfaceIInferenceProfile- Specified by:
getTypein interfaceIInferenceProfile.Jsii$Default
-
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- Specified by:
grantProfileUsagein interfaceIInferenceProfile.Jsii$Default- Parameters:
grantee-- The IAM principal to grant permissions to.
- Returns:
- An IAM Grant object representing the granted permissions
-