Class: Aws::BedrockAgentCoreControl::Types::OutputConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::OutputConfig
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
The configuration that specifies where evaluation results should be written for monitoring and analysis.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_config ⇒ Types::CloudWatchOutputConfig
The CloudWatch configuration for writing evaluation results to CloudWatch logs with embedded metric format.
Instance Attribute Details
#cloud_watch_config ⇒ Types::CloudWatchOutputConfig
The CloudWatch configuration for writing evaluation results to CloudWatch logs with embedded metric format.
12722 12723 12724 12725 12726 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 12722 class OutputConfig < Struct.new( :cloud_watch_config) SENSITIVE = [] include Aws::Structure end |