Class ApplicationInferenceProfileProps.Jsii$Proxy
- All Implemented Interfaces:
ApplicationInferenceProfileProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ApplicationInferenceProfileProps
ApplicationInferenceProfileProps
-
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.ApplicationInferenceProfileProps
ApplicationInferenceProfileProps.Builder, ApplicationInferenceProfileProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theApplicationInferenceProfileProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
(experimental) The name of the application inference profile.final String
(experimental) Description of the inference profile.final IBedrockInvokable
(experimental) The model source for this inference profile.getTags()
(experimental) A list of tags associated with the inference profile.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theApplicationInferenceProfileProps.Builder
.
-
-
Method Details
-
getApplicationInferenceProfileName
Description copied from interface:ApplicationInferenceProfileProps
(experimental) The name of the application inference profile.This name will be used to identify the inference profile in the AWS console and APIs.
- Required: Yes
- Maximum length: 64 characters
- Pattern:
^([0-9a-zA-Z:.][ _-]?)+$
- Specified by:
getApplicationInferenceProfileName
in interfaceApplicationInferenceProfileProps
- See Also:
-
getModelSource
Description copied from interface:ApplicationInferenceProfileProps
(experimental) The model source for this inference profile.To create an application inference profile for one Region, specify a foundation model. Usage and costs for requests made to that Region with that model will be tracked.
To create an application inference profile for multiple Regions, specify a cross region (system-defined) inference profile. The inference profile will route requests to the Regions defined in the cross region (system-defined) inference profile that you choose. Usage and costs for requests made to the Regions in the inference profile will be tracked.
- Specified by:
getModelSource
in interfaceApplicationInferenceProfileProps
-
getDescription
Description copied from interface:ApplicationInferenceProfileProps
(experimental) Description of the inference profile. Provides additional context about the purpose and usage of this inference profile.- Maximum length: 200 characters when provided
- Pattern:
^([0-9a-zA-Z:.][ _-]?)+$
Default: - No description is provided
- Specified by:
getDescription
in interfaceApplicationInferenceProfileProps
- See Also:
-
getTags
Description copied from interface:ApplicationInferenceProfileProps
(experimental) A list of tags associated with the inference profile.Tags help you organize and categorize your AWS resources.
Default: - No tags are applied
- Specified by:
getTags
in interfaceApplicationInferenceProfileProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-