Class GoogleCloudAiplatformV1beta1SafetyRating
Safety rating corresponding to the generated content.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1SafetyRating : IDirectResponseSchema
Properties
Blocked
Output only. Indicates whether the content was filtered out because of this rating.
Declaration
[JsonProperty("blocked")]
public virtual bool? Blocked { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Category
Output only. Harm category.
Declaration
[JsonProperty("category")]
public virtual string Category { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OverwrittenThreshold
Output only. The overwritten threshold for the safety category of Gemini 2.0 image out. If minors are detected in the output image, the threshold of each safety category will be overwritten if user sets a lower threshold.
Declaration
[JsonProperty("overwrittenThreshold")]
public virtual string OverwrittenThreshold { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Probability
Output only. Harm probability levels in the content.
Declaration
[JsonProperty("probability")]
public virtual string Probability { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProbabilityScore
Output only. Harm probability score.
Declaration
[JsonProperty("probabilityScore")]
public virtual float? ProbabilityScore { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |
Severity
Output only. Harm severity levels in the content.
Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SeverityScore
Output only. Harm severity score.
Declaration
[JsonProperty("severityScore")]
public virtual float? SeverityScore { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |