Class CfnFlowVersionPropsMixin.PerformanceConfigurationProperty
Performance settings for a model.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnFlowVersionPropsMixin.PerformanceConfigurationProperty : CfnFlowVersionPropsMixin.IPerformanceConfigurationProperty
Syntax (vb)
Public Class CfnFlowVersionPropsMixin.PerformanceConfigurationProperty Implements CfnFlowVersionPropsMixin.IPerformanceConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins;
var performanceConfigurationProperty = new PerformanceConfigurationProperty {
Latency = "latency"
};
Synopsis
Constructors
| PerformanceConfigurationProperty() | Performance settings for a model. |
Properties
| Latency | To use a latency-optimized version of the model, set to |
Constructors
PerformanceConfigurationProperty()
Performance settings for a model.
public PerformanceConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins;
var performanceConfigurationProperty = new PerformanceConfigurationProperty {
Latency = "latency"
};
Properties
Latency
To use a latency-optimized version of the model, set to optimized .
public string? Latency { get; set; }