InvocationLoggingConfigurationLoggingConfig

data class InvocationLoggingConfigurationLoggingConfig(val cloudwatchConfig: InvocationLoggingConfigurationLoggingConfigCloudwatchConfig? = null, val embeddingDataDeliveryEnabled: Boolean? = null, val imageDataDeliveryEnabled: Boolean? = null, val s3Config: InvocationLoggingConfigurationLoggingConfigS3Config? = null, val textDataDeliveryEnabled: Boolean? = null, val videoDataDeliveryEnabled: Boolean? = null)

Constructors

constructor(cloudwatchConfig: InvocationLoggingConfigurationLoggingConfigCloudwatchConfig? = null, embeddingDataDeliveryEnabled: Boolean? = null, imageDataDeliveryEnabled: Boolean? = null, s3Config: InvocationLoggingConfigurationLoggingConfigS3Config? = null, textDataDeliveryEnabled: Boolean? = null, videoDataDeliveryEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

CloudWatch logging configuration. See cloudwatch_config Block for details.

Link copied to clipboard

Set to include embeddings data in the log delivery. Defaults to true.

Link copied to clipboard

Set to include image data in the log delivery. Defaults to true.

Link copied to clipboard

S3 configuration for storing log data. See s3_config Block for details.

Link copied to clipboard

Set to include text data in the log delivery. Defaults to true.

Link copied to clipboard

Set to include text data in the log delivery. Defaults to true.