Show / Hide Table of Contents

Class GuardrailModelSafety

Model safety settings overrides. When this is set, it will override the default settings and trigger the guardrail if the response is considered unsafe.

Inheritance
object
GuardrailModelSafety
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.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class GuardrailModelSafety : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SafetySettings

Required. List of safety settings.

Declaration
[JsonProperty("safetySettings")]
public virtual IList<GuardrailModelSafetySafetySetting> SafetySettings { get; set; }
Property Value
Type Description
IList<GuardrailModelSafetySafetySetting>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX