Class SafetyRating (1.48.0)

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

Safety rating corresponding to the generated content.

Attributes

NameDescription
category google.cloud.aiplatform_v1.types.HarmCategory
Output only. Harm category.
probability google.cloud.aiplatform_v1.types.SafetyRating.HarmProbability
Output only. Harm probability levels in the content.
probability_score float
Output only. Harm probability score.
severity google.cloud.aiplatform_v1.types.SafetyRating.HarmSeverity
Output only. Harm severity levels in the content.
severity_score float
Output only. Harm severity score.
blocked bool
Output only. Indicates whether the content was filtered out because of this rating.

Classes

HarmProbability

HarmProbability(value)

Harm probability levels in the content.

Values: HARM_PROBABILITY_UNSPECIFIED (0): Harm probability unspecified. NEGLIGIBLE (1): Negligible level of harm. LOW (2): Low level of harm. MEDIUM (3): Medium level of harm. HIGH (4): High level of harm.

HarmSeverity

HarmSeverity(value)

Harm severity levels.

Values: HARM_SEVERITY_UNSPECIFIED (0): Harm severity unspecified. HARM_SEVERITY_NEGLIGIBLE (1): Negligible level of harm severity. HARM_SEVERITY_LOW (2): Low level of harm severity. HARM_SEVERITY_MEDIUM (3): Medium level of harm severity. HARM_SEVERITY_HIGH (4): High level of harm severity.

Methods

SafetyRating

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

Safety rating corresponding to the generated content.