enum InferenceProfileType
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Bedrock.Alpha.InferenceProfileType |
![]() | github.com/aws/aws-cdk-go/awsbedrockalpha/v2#InferenceProfileType |
![]() | software.amazon.awscdk.services.bedrock.alpha.InferenceProfileType |
![]() | aws_cdk.aws_bedrock_alpha.InferenceProfileType |
![]() | @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.