Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1SafetyRating

Safety rating corresponding to the generated content.

Inheritance
object
GoogleCloudAiplatformV1beta1SafetyRating
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseML.v2beta.Data
Assembly: Google.Apis.FirebaseML.v2beta.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

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX