CustomVlmApiSettings

public final class CustomVlmApiSettings

Merged view of CustomVlmApiSettings, combining immutable defaults, SDK overrides, and document overrides. Property writes automatically target the appropriate level (document if available, otherwise SDK).

Constructors

Link copied to clipboard
public void CustomVlmApiSettings()

Functions

Link copied to clipboard
public final String getApiEndpoint()
Gets the ApiEndpoint property.
Link copied to clipboard
public final String getApiKey()
Gets the ApiKey property.
Link copied to clipboard
public final int getMaxTokens()
Gets the MaxTokens property.
Link copied to clipboard
public final String getModel()
Gets the Model property.
Link copied to clipboard
public final boolean getStream()
Gets the Stream property.
Link copied to clipboard
public final String getSystemPrompt()
Gets the SystemPrompt property.
Link copied to clipboard
public final double getTemperature()
Gets the Temperature property.
Link copied to clipboard
public final void setApiEndpoint(String value)
Sets the ApiEndpoint property.
Link copied to clipboard
public final void setApiKey(String value)
Sets the ApiKey property.
Link copied to clipboard
public final void setMaxTokens(int value)
Sets the MaxTokens property.
Link copied to clipboard
public final void setModel(String value)
Sets the Model property.
Link copied to clipboard
public final void setStream(boolean value)
Sets the Stream property.
Link copied to clipboard
public final void setSystemPrompt(String value)
Sets the SystemPrompt property.
Link copied to clipboard
public final void setTemperature(double value)
Sets the Temperature property.