Module: Google::Cloud::AIPlatform::V1::GenerateContentResponse::PromptFeedback::BlockedReason

Defined in:
proto_docs/google/cloud/aiplatform/v1/prediction_service.rb

Overview

Blocked reason enumeration.

Constant Summary collapse

BLOCKED_REASON_UNSPECIFIED =

Unspecified blocked reason.

0
SAFETY =

Candidates blocked due to safety.

1
OTHER =

Candidates blocked due to other reason.

2
BLOCKLIST =

Candidates blocked due to the terms which are included from the terminology blocklist.

3
PROHIBITED_CONTENT =

Candidates blocked due to prohibited content.

4