InvocationLoggingConfigurationLoggingConfigArgs

data class InvocationLoggingConfigurationLoggingConfigArgs(val cloudwatchConfig: Output<InvocationLoggingConfigurationLoggingConfigCloudwatchConfigArgs>? = null, val embeddingDataDeliveryEnabled: Output<Boolean>, val imageDataDeliveryEnabled: Output<Boolean>, val s3Config: Output<InvocationLoggingConfigurationLoggingConfigS3ConfigArgs>? = null, val textDataDeliveryEnabled: Output<Boolean>) : ConvertibleToJava<InvocationLoggingConfigurationLoggingConfigArgs>

Constructors

fun InvocationLoggingConfigurationLoggingConfigArgs(cloudwatchConfig: Output<InvocationLoggingConfigurationLoggingConfigCloudwatchConfigArgs>? = null, embeddingDataDeliveryEnabled: Output<Boolean>, imageDataDeliveryEnabled: Output<Boolean>, s3Config: Output<InvocationLoggingConfigurationLoggingConfigS3ConfigArgs>? = null, textDataDeliveryEnabled: Output<Boolean>)

Functions

Link copied to clipboard
open override fun toJava(): InvocationLoggingConfigurationLoggingConfigArgs

Properties

Link copied to clipboard

CloudWatch logging configuration. See cloudwatch_config.

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. See s3_config.

Link copied to clipboard

Set to include text data in the log delivery.