DataRetentionMode

sealed class DataRetentionMode

The data retention mode for the account. Valid values are:

  • default – The standard data handling for the model applies.

  • none – Zero data retention.

  • provider_data_share – Data may be shared with the model provider.

  • inherit – No data retention mode is set at this scope.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class SdkUnknown(val value: String) : DataRetentionMode

Properties

Link copied to clipboard
abstract val value: String