Class GoogleCloudAiplatformV1GenerateContentResponsePromptFeedback
Content filter results for a prompt sent in the request.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1GenerateContentResponsePromptFeedback : 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<GoogleCloudAiplatformV1SafetyRating> SafetyRatings { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1SafetyRating> |