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.InitializationMode
Nested 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 InferenceProfileType
getType()
(experimental) The type of inference profile.final Grant
grantProfileUsage
(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, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
getInferenceProfileArn
in interfaceIInferenceProfile
- Specified by:
getInferenceProfileArn
in interfaceIInferenceProfile.Jsii$Default
-
getInferenceProfileId
(experimental) The unique identifier of the inference profile.- Specified by:
getInferenceProfileId
in interfaceIInferenceProfile
- Specified by:
getInferenceProfileId
in interfaceIInferenceProfile.Jsii$Default
-
getType
(experimental) The type of inference profile.- Specified by:
getType
in interfaceIInferenceProfile
- Specified by:
getType
in 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:
grantProfileUsage
in interfaceIInferenceProfile
- Specified by:
grantProfileUsage
in interfaceIInferenceProfile.Jsii$Default
- Parameters:
grantee
-- The IAM principal to grant permissions to.
- Returns:
- An IAM Grant object representing the granted permissions
-