Class GoogleCloudAiplatformV1beta1SafetyResult
Spec for safety result.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1SafetyResult : IDirectResponseSchema
Properties
Confidence
Output only. Confidence for safety score.
Declaration
[JsonProperty("confidence")]
public virtual float? Confidence { get; set; }
Property Value
Type | Description |
---|---|
float? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Explanation
Output only. Explanation for safety score.
Declaration
[JsonProperty("explanation")]
public virtual string Explanation { get; set; }
Property Value
Type | Description |
---|---|
string |
Score
Output only. Safety score.
Declaration
[JsonProperty("score")]
public virtual float? Score { get; set; }
Property Value
Type | Description |
---|---|
float? |