FinishReason

public class FinishReason

Output only. The reason why the model stopped generating tokens.

If empty, the model has not stopped generating the tokens.

Constructors

Link copied to clipboard
public void FinishReason(String value)
public void FinishReason(FinishReason.Known knownValue)

Types

Link copied to clipboard
public enum Known
Enum representing the known values for FinishReason.

Functions

Link copied to clipboard
public boolean equals(Object o)
Link copied to clipboard
public int hashCode()
Link copied to clipboard
Link copied to clipboard
public String toString()