public enum Candidate.FinishReason extends Enum<Candidate.FinishReason> implements ProtocolMessageEnum
The reason why the model stopped generating tokens. If empty, the model has not stopped generating the tokens.
Protobuf enum google.cloud.vertexai.v1.Candidate.FinishReason
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BLOCKLIST |
Token generation stopped because the content contains forbidden terms. |
BLOCKLIST_VALUE |
Token generation stopped because the content contains forbidden terms. |
FINISH_REASON_UNSPECIFIED |
The finish reason is unspecified. |
FINISH_REASON_UNSPECIFIED_VALUE |
The finish reason is unspecified. |
MALFORMED_FUNCTION_CALL |
The function call generated by the model is invalid. |
MALFORMED_FUNCTION_CALL_VALUE |
The function call generated by the model is invalid. |
MAX_TOKENS |
Token generation reached the configured maximum output tokens. |
MAX_TOKENS_VALUE |
Token generation reached the configured maximum output tokens. |
OTHER |
All other reasons that stopped the token generation. |
OTHER_VALUE |
All other reasons that stopped the token generation. |
PROHIBITED_CONTENT |
Token generation stopped for potentially containing prohibited content. |
PROHIBITED_CONTENT_VALUE |
Token generation stopped for potentially containing prohibited content. |
RECITATION |
Token generation stopped because the content potentially contains copyright violations. |
RECITATION_VALUE |
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 is empty if content filters blocks the output. |
SAFETY_VALUE |
Token generation stopped because the content potentially contains safety violations. NOTE: When streaming, content is empty if content filters blocks the output. |
SPII |
Token generation stopped because the content potentially contains Sensitive Personally Identifiable Information (SPII). |
SPII_VALUE |
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. |
STOP_VALUE |
Token generation reached a natural stopping point or a configured stop sequence. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |