Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback

Content filter results for a prompt sent in the request.

Inheritance
object
GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback
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 GoogleCloudAiplatformV1beta1GenerateContentResponsePromptFeedback : IDirectResponseSchema

Properties

BlockReason

Output only. Blocked reason.

Declaration
[JsonProperty("blockReason")]
public virtual string BlockReason { get; set; }
Property Value
Type Description
string

BlockReasonMessage

Output only. A readable block reason message.

Declaration
[JsonProperty("blockReasonMessage")]
public virtual string BlockReasonMessage { 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

SafetyRatings

Output only. Safety ratings.

Declaration
[JsonProperty("safetyRatings")]
public virtual IList<GoogleCloudAiplatformV1beta1SafetyRating> SafetyRatings { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1beta1SafetyRating>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX