Class GoogleCloudAiplatformV1SafetyRating
Safety rating corresponding to the generated content.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SafetyRating : 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 |
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? |