Invocation Logging Configuration Logging Config
data class InvocationLoggingConfigurationLoggingConfig(val cloudwatchConfig: InvocationLoggingConfigurationLoggingConfigCloudwatchConfig? = null, val embeddingDataDeliveryEnabled: Boolean, val imageDataDeliveryEnabled: Boolean, val s3Config: InvocationLoggingConfigurationLoggingConfigS3Config? = null, val textDataDeliveryEnabled: Boolean)
Constructors
Link copied to clipboard
constructor(cloudwatchConfig: InvocationLoggingConfigurationLoggingConfigCloudwatchConfig? = null, embeddingDataDeliveryEnabled: Boolean, imageDataDeliveryEnabled: Boolean, s3Config: InvocationLoggingConfigurationLoggingConfigS3Config? = null, textDataDeliveryEnabled: Boolean)
Properties
Link copied to clipboard
CloudWatch logging configuration.
Link copied to clipboard
Set to include embeddings data in the log delivery.
Link copied to clipboard
Set to include image data in the log delivery.
Link copied to clipboard
S3 configuration for storing log data.
Link copied to clipboard
Set to include text data in the log delivery.