Interface CfnOnlineEvaluationConfig.OutputConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOnlineEvaluationConfig.OutputConfigProperty.Jsii$Proxy
- Enclosing class:
CfnOnlineEvaluationConfig
@Stability(Stable)
public static interface CfnOnlineEvaluationConfig.OutputConfigProperty
extends software.amazon.jsii.JsiiSerializable
The configuration that specifies where evaluation results should be written.
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.bedrockagentcore.*;
OutputConfigProperty outputConfigProperty = OutputConfigProperty.builder()
.cloudWatchConfig(CloudWatchOutputConfigProperty.builder()
.logGroupName("logGroupName")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnOnlineEvaluationConfig.OutputConfigPropertystatic final classAn implementation forCfnOnlineEvaluationConfig.OutputConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCloudWatchConfig
The CloudWatch configuration for writing evaluation results.Returns union: either
IResolvableorCfnOnlineEvaluationConfig.CloudWatchOutputConfigProperty- See Also:
-
builder
-