Class SafetySpec (0.13.8)

SafetySpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Safety specification. There are two use cases:

  1. when only safety_spec.enable is set, the BLOCK_LOW_AND_ABOVE threshold will be applied for all categories.
  2. when safety_spec.enable is set and some safety_settings are set, only specified safety_settings are applied.

Attributes

Name Description
enable bool
Enable the safety filtering on the answer response. It is false by default.
safety_settings MutableSequence[google.cloud.discoveryengine_v1.types.AnswerQueryRequest.SafetySpec.SafetySetting]
Optional. Safety settings. This settings are effective only when the safety_spec.enable is true.

Classes

SafetySetting

SafetySetting(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Safety settings.