Cloud AI Platform v1 API - Enum Candidate.Types.FinishReason (2.27.0)

public enum Candidate.Types.FinishReason

Reference documentation and code samples for the Cloud AI Platform v1 API enum Candidate.Types.FinishReason.

The reason why the model stopped generating tokens. If empty, the model has not stopped generating the tokens.

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

NameDescription
Blocklist

The token generation was stopped as the response was flagged for the terms which are included from the terminology blocklist.

MaxTokens

The maximum number of tokens as specified in the request was reached.

Other

All other reasons that stopped the token generation

ProhibitedContent

The token generation was stopped as the response was flagged for the prohibited contents.

Recitation

The token generation was stopped as the response was flagged for unauthorized citations.

Safety

The token generation was stopped as the response was flagged for safety reasons. NOTE: When streaming the Candidate.content will be empty if content filters blocked the output.

Spii

The token generation was stopped as the response was flagged for Sensitive Personally Identifiable Information (SPII) contents.

Stop

Natural stop point of the model or provided stop sequence.

Unspecified

The finish reason is unspecified.