enum InferenceProfileType
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Bedrock.Alpha.InferenceProfileType |
Go | github.com/aws/aws-cdk-go/awsbedrockalpha/v2#InferenceProfileType |
Java | software.amazon.awscdk.services.bedrock.alpha.InferenceProfileType |
Python | aws_cdk.aws_bedrock_alpha.InferenceProfileType |
TypeScript (source) | @aws-cdk/aws-bedrock-alpha » InferenceProfileType |
These are the values used by the API when using aws bedrock get-inference-profile --inference-profile-identifier XXXXXXX.
Members
| Name | Description |
|---|---|
| SYSTEM_DEFINED | An inference profile that is created by AWS. |
| APPLICATION | An inference profile that is user-created. |
SYSTEM_DEFINED
An inference profile that is created by AWS.
These are profiles such as cross-region which help you distribute traffic across a geographic region.
APPLICATION
An inference profile that is user-created.
These are profiles that help you track costs or metrics.

.NET
Go
Java
Python
TypeScript (