Cloud AI Platform v1 API - Enum Candidate.Types.FinishReason (3.15.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicenumCandidate.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.
Token generation stopped because the content contains forbidden terms.
MalformedFunctionCall
The function call generated by the model is invalid.
MaxTokens
Token generation reached the configured maximum output tokens.
Other
All other reasons that stopped the token generation.
ProhibitedContent
Token generation stopped for potentially containing prohibited content.
Recitation
Token generation stopped because the content potentially contains
copyright violations.
Safety
Token generation stopped because the content potentially contains safety
violations. NOTE: When streaming,
[content][google.cloud.aiplatform.v1.Candidate.content] is empty if
content filters blocks the output.
Spii
Token generation stopped because the content potentially contains
Sensitive Personally Identifiable Information (SPII).
Stop
Token generation reached a natural stopping point or a configured stop
sequence.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-07-14 UTC."],[],[]]