Package com.sap.ai.sdk.orchestration
Interface OrchestrationAiModel.Parameter<ValueT>
- Type Parameters:
ValueT- the parameter value type.
- Enclosing class:
OrchestrationAiModel
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Parameter key for a model.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OrchestrationAiModel.Parameter<Number> The frequency penalty.static final OrchestrationAiModel.Parameter<Integer> The maximum number of tokens to generate.static final OrchestrationAiModel.Parameter<Integer> The number of chat completion choices to generate for each input message.static final OrchestrationAiModel.Parameter<Number> The presence penalty.static final OrchestrationAiModel.Parameter<Number> The sampling temperature.static final OrchestrationAiModel.Parameter<Number> The probability mass to be considered . -
Method Summary
-
Field Details
-
MAX_TOKENS
The maximum number of tokens to generate. -
TEMPERATURE
The sampling temperature. -
FREQUENCY_PENALTY
The frequency penalty. -
PRESENCE_PENALTY
The presence penalty. -
TOP_P
The probability mass to be considered . -
N
The number of chat completion choices to generate for each input message.
-
-
Method Details
-
getName
The name of the parameter.- Returns:
- the name of the parameter.
-