interface PerformanceConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Bedrock.CfnFlowVersion.PerformanceConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnFlowVersion_PerformanceConfigurationProperty |
Java | software.amazon.awscdk.services.bedrock.CfnFlowVersion.PerformanceConfigurationProperty |
Python | aws_cdk.aws_bedrock.CfnFlowVersion.PerformanceConfigurationProperty |
TypeScript | aws-cdk-lib » aws_bedrock » CfnFlowVersion » 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 { aws_bedrock as bedrock } from 'aws-cdk-lib';
const performanceConfigurationProperty: bedrock.CfnFlowVersion.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