Interface CfnOnlineEvaluationConfigPropsMixin.SamplingConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOnlineEvaluationConfigPropsMixin.SamplingConfigProperty.Jsii$Proxy
- Enclosing class:
CfnOnlineEvaluationConfigPropsMixin
@Stability(Stable)
public static interface CfnOnlineEvaluationConfigPropsMixin.SamplingConfigProperty
extends software.amazon.jsii.JsiiSerializable
The configuration that controls what percentage of agent traces are sampled for evaluation.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.*;
SamplingConfigProperty samplingConfigProperty = SamplingConfigProperty.builder()
.samplingPercentage(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnOnlineEvaluationConfigPropsMixin.SamplingConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSamplingPercentage
The percentage of agent traces to sample for evaluation.- See Also:
-
builder
@Stability(Stable) static CfnOnlineEvaluationConfigPropsMixin.SamplingConfigProperty.Builder builder()
-