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

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

Instance Attribute Details

#cloud_watch_configTypes::CloudWatchConfig

CloudWatch logging configuration.



2763
2764
2765
2766
2767
2768
2769
2770
2771
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2763

class LoggingConfig < Struct.new(
  :cloud_watch_config,
  :s3_config,
  :text_data_delivery_enabled,
  :image_data_delivery_enabled,
  :embedding_data_delivery_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#embedding_data_delivery_enabledBoolean

Set to include embeddings data in the log delivery.

Returns:

  • (Boolean)


2763
2764
2765
2766
2767
2768
2769
2770
2771
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2763

class LoggingConfig < Struct.new(
  :cloud_watch_config,
  :s3_config,
  :text_data_delivery_enabled,
  :image_data_delivery_enabled,
  :embedding_data_delivery_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#image_data_delivery_enabledBoolean

Set to include image data in the log delivery.

Returns:

  • (Boolean)


2763
2764
2765
2766
2767
2768
2769
2770
2771
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2763

class LoggingConfig < Struct.new(
  :cloud_watch_config,
  :s3_config,
  :text_data_delivery_enabled,
  :image_data_delivery_enabled,
  :embedding_data_delivery_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#s3_configTypes::S3Config

S3 configuration for storing log data.

Returns:



2763
2764
2765
2766
2767
2768
2769
2770
2771
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2763

class LoggingConfig < Struct.new(
  :cloud_watch_config,
  :s3_config,
  :text_data_delivery_enabled,
  :image_data_delivery_enabled,
  :embedding_data_delivery_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#text_data_delivery_enabledBoolean

Set to include text data in the log delivery.

Returns:

  • (Boolean)


2763
2764
2765
2766
2767
2768
2769
2770
2771
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2763

class LoggingConfig < Struct.new(
  :cloud_watch_config,
  :s3_config,
  :text_data_delivery_enabled,
  :image_data_delivery_enabled,
  :embedding_data_delivery_enabled)
  SENSITIVE = []
  include Aws::Structure
end