Skip to content

Bedrock  >  Enums  >  DataRetentionMode

DataRetentionMode

Enum Class

DataRetentionMode

Bases: UnknownEnumMixin, StrEnum

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.

Attributes

DEFAULT class-attribute instance-attribute
DEFAULT = 'default'
INHERIT class-attribute instance-attribute
INHERIT = 'inherit'
NONE class-attribute instance-attribute
NONE = 'none'
PROVIDER_DATA_SHARE class-attribute instance-attribute
PROVIDER_DATA_SHARE = 'provider_data_share'