Interface CfnFlow.PerformanceConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFlow.PerformanceConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnFlow
@Stability(Stable)
public static interface CfnFlow.PerformanceConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.bedrock.*;
PerformanceConfigurationProperty performanceConfigurationProperty = PerformanceConfigurationProperty.builder()
.latency("latency")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFlow.PerformanceConfigurationPropertystatic final classAn implementation forCfnFlow.PerformanceConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLatency
To use a latency-optimized version of the model, set tooptimized.- See Also:
-
builder
-