Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class BlockedReason.
Blocked reason enumeration.
Protobuf type google.cloud.aiplatform.v1.GenerateContentResponse.PromptFeedback.BlockedReason
Namespace
Google \ Cloud \ AIPlatform \ V1 \ GenerateContentResponse \ PromptFeedbackMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
BLOCKED_REASON_UNSPECIFIED
Value: 0Unspecified blocked reason.
Generated from protobuf enum BLOCKED_REASON_UNSPECIFIED = 0;
SAFETY
Value: 1Candidates blocked due to safety.
Generated from protobuf enum SAFETY = 1;
OTHER
Value: 2Candidates blocked due to other reason.
Generated from protobuf enum OTHER = 2;
BLOCKLIST
Value: 3Candidates blocked due to the terms which are included from the terminology blocklist.
Generated from protobuf enum BLOCKLIST = 3;
PROHIBITED_CONTENT
Value: 4Candidates blocked due to prohibited content.
Generated from protobuf enum PROHIBITED_CONTENT = 4;
MODEL_ARMOR
Value: 5The user prompt was blocked by Model Armor.
Generated from protobuf enum MODEL_ARMOR = 5;
JAILBREAK
Value: 6The user prompt was blocked due to jailbreak.
Generated from protobuf enum JAILBREAK = 6;