SafetySpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Safety specification. There are two use cases:
- when only safety_spec.enable is set, the BLOCK_LOW_AND_ABOVE threshold will be applied for all categories.
- 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.