Class: Aws::Bedrock::Types::LoggingConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

Configuration fields for invocation logging.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

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

Set to include embeddings data in the log delivery.

Returns:

  • (Boolean)


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_enabledBoolean

Set to include image data in the log delivery.

Returns:

  • (Boolean)


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_configTypes::S3Config

S3 configuration for storing log data.

Returns:



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_enabledBoolean

Set to include text data in the log delivery.

Returns:

  • (Boolean)


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_enabledBoolean

Set to include video data in the log delivery.

Returns:

  • (Boolean)


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