Class: Aws::BedrockAgentCoreControl::Types::OutputConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cloud_watch_configTypes::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