Class: Aws::BedrockAgentCoreControl::Types::CloudWatchOutputConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::CloudWatchOutputConfig
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
The configuration for writing evaluation results to CloudWatch logs with embedded metric format (EMF) for monitoring.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_group_name ⇒ String
The name of the CloudWatch log group where evaluation results will be written.
Instance Attribute Details
#log_group_name ⇒ String
The name of the CloudWatch log group where evaluation results will be written. The log group will be created if it doesn't exist.
694 695 696 697 698 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 694 class CloudWatchOutputConfig < Struct.new( :log_group_name) SENSITIVE = [] include Aws::Structure end |