Class: Aws::Bedrock::Types::LoggingConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::LoggingConfig
- Defined in:
- gems/aws-sdk-bedrock/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.
6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6912 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.
6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6912 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.
6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6912 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.
6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6912 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.
6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6912 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.
6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 6912 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 |