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

constructor(cloudwatchConfig: Output<InvocationLoggingConfigurationLoggingConfigCloudwatchConfigArgs>? = null, embeddingDataDeliveryEnabled: Output<Boolean>, imageDataDeliveryEnabled: Output<Boolean>, s3Config: Output<InvocationLoggingConfigurationLoggingConfigS3ConfigArgs>? = null, textDataDeliveryEnabled: Output<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.

Functions

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