Show / Hide Table of Contents

Class CfnFlowVersionPropsMixin.PerformanceConfigurationProperty

Performance settings for a model.

Inheritance
object
CfnFlowVersionPropsMixin.PerformanceConfigurationProperty
Implements
CfnFlowVersionPropsMixin.IPerformanceConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flowversion-performanceconfiguration.html

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 optimized .

Constructors

PerformanceConfigurationProperty()

Performance settings for a model.

public PerformanceConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flowversion-performanceconfiguration.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flowversion-performanceconfiguration.html#cfn-bedrock-flowversion-performanceconfiguration-latency

Implements

CfnFlowVersionPropsMixin.IPerformanceConfigurationProperty
Back to top Generated by DocFX