Class: Aws::Bedrock::Types::LoggingConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::LoggingConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Configuration fields for invocation logging.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_config ⇒ Types::CloudWatchConfig
CloudWatch logging configuration.
-
#embedding_data_delivery_enabled ⇒ Boolean
Set to include embeddings data in the log delivery.
-
#image_data_delivery_enabled ⇒ Boolean
Set to include image data in the log delivery.
-
#s3_config ⇒ Types::S3Config
S3 configuration for storing log data.
-
#text_data_delivery_enabled ⇒ Boolean
Set to include text data in the log delivery.
-
#video_data_delivery_enabled ⇒ Boolean
Set to include video data in the log delivery.
Instance Attribute Details
#cloud_watch_config ⇒ Types::CloudWatchConfig
CloudWatch logging configuration.
5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5374 class LoggingConfig < Struct.new( :cloud_watch_config, :s3_config, :text_data_delivery_enabled, :image_data_delivery_enabled, :embedding_data_delivery_enabled, :video_data_delivery_enabled) SENSITIVE = [] include Aws::Structure end |
#embedding_data_delivery_enabled ⇒ Boolean
Set to include embeddings data in the log delivery.
5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5374 class LoggingConfig < Struct.new( :cloud_watch_config, :s3_config, :text_data_delivery_enabled, :image_data_delivery_enabled, :embedding_data_delivery_enabled, :video_data_delivery_enabled) SENSITIVE = [] include Aws::Structure end |
#image_data_delivery_enabled ⇒ Boolean
Set to include image data in the log delivery.
5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5374 class LoggingConfig < Struct.new( :cloud_watch_config, :s3_config, :text_data_delivery_enabled, :image_data_delivery_enabled, :embedding_data_delivery_enabled, :video_data_delivery_enabled) SENSITIVE = [] include Aws::Structure end |
#s3_config ⇒ Types::S3Config
S3 configuration for storing log data.
5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5374 class LoggingConfig < Struct.new( :cloud_watch_config, :s3_config, :text_data_delivery_enabled, :image_data_delivery_enabled, :embedding_data_delivery_enabled, :video_data_delivery_enabled) SENSITIVE = [] include Aws::Structure end |
#text_data_delivery_enabled ⇒ Boolean
Set to include text data in the log delivery.
5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5374 class LoggingConfig < Struct.new( :cloud_watch_config, :s3_config, :text_data_delivery_enabled, :image_data_delivery_enabled, :embedding_data_delivery_enabled, :video_data_delivery_enabled) SENSITIVE = [] include Aws::Structure end |
#video_data_delivery_enabled ⇒ Boolean
Set to include video data in the log delivery.
5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5374 class LoggingConfig < Struct.new( :cloud_watch_config, :s3_config, :text_data_delivery_enabled, :image_data_delivery_enabled, :embedding_data_delivery_enabled, :video_data_delivery_enabled) SENSITIVE = [] include Aws::Structure end |