Invocation Logging Configuration Logging Config
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
Link copied to clipboard
constructor(cloudwatchConfig: InvocationLoggingConfigurationLoggingConfigCloudwatchConfig? = null, embeddingDataDeliveryEnabled: Boolean? = null, imageDataDeliveryEnabled: Boolean? = null, s3Config: InvocationLoggingConfigurationLoggingConfigS3Config? = null, textDataDeliveryEnabled: Boolean? = null, videoDataDeliveryEnabled: Boolean? = null)
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.