interface PerformanceConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins.CfnFlowPropsMixin.PerformanceConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrock/mixins#CfnFlowPropsMixin_PerformanceConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.bedrock.mixins.CfnFlowPropsMixin.PerformanceConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_bedrock.mixins.CfnFlowPropsMixin.PerformanceConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_bedrock » mixins » CfnFlowPropsMixin » PerformanceConfigurationProperty |
Performance settings for a model.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as bedrock_mixins } from '@aws-cdk/mixins-preview/aws-bedrock';
const performanceConfigurationProperty: bedrock_mixins.CfnFlowPropsMixin.PerformanceConfigurationProperty = {
latency: 'latency',
};
Properties
| Name | Type | Description |
|---|---|---|
| latency? | string | To use a latency-optimized version of the model, set to optimized . |
latency?
Type:
string
(optional)
To use a latency-optimized version of the model, set to optimized .

.NET
Go
Java
Python
TypeScript