LLMObsIntegrationInferenceRequest |
LLMObsIntegrationInferenceRequest.addMessagesItem(LLMObsInferenceMessage messagesItem) |
LLMObsIntegrationInferenceRequest |
LLMObsIntegrationInferenceRequest.addToolsItem(LLMObsInferenceTool toolsItem) |
LLMObsIntegrationInferenceRequest |
LLMObsIntegrationInferenceRequest.anthropicMetadata(LLMObsAnthropicMetadata anthropicMetadata) |
LLMObsIntegrationInferenceRequest |
LLMObsIntegrationInferenceRequest.azureOpenaiMetadata(LLMObsAzureOpenAIMetadata azureOpenaiMetadata) |
LLMObsIntegrationInferenceRequest |
LLMObsIntegrationInferenceRequest.bedrockMetadata(LLMObsBedrockMetadata bedrockMetadata) |
LLMObsIntegrationInferenceRequest |
LLMObsIntegrationInferenceRequest.frequencyPenalty(Double frequencyPenalty) |
LLMObsIntegrationInferenceRequest |
LLMObsIntegrationInferenceRequest.jsonSchema(String jsonSchema) |
LLMObsIntegrationInferenceRequest |
LLMObsIntegrationInferenceRequest.maxCompletionTokens(Long maxCompletionTokens) |
LLMObsIntegrationInferenceRequest |
LLMObsIntegrationInferenceRequest.maxTokens(Long maxTokens) |
LLMObsIntegrationInferenceRequest |
LLMObsIntegrationInferenceRequest.messages(List<LLMObsInferenceMessage> messages) |
LLMObsIntegrationInferenceRequest |
LLMObsIntegrationInferenceRequest.modelId(String modelId) |
LLMObsIntegrationInferenceRequest |
LLMObsIntegrationInferenceRequest.openaiMetadata(LLMObsOpenAIMetadata openaiMetadata) |
LLMObsIntegrationInferenceRequest |
LLMObsIntegrationInferenceRequest.presencePenalty(Double presencePenalty) |
LLMObsIntegrationInferenceRequest |
LLMObsIntegrationInferenceRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LLMObsIntegrationInferenceRequest |
LLMObsIntegrationInferenceRequest.temperature(Double temperature) |
LLMObsIntegrationInferenceRequest |
LLMObsIntegrationInferenceRequest.tools(List<LLMObsInferenceTool> tools) |
LLMObsIntegrationInferenceRequest |
LLMObsIntegrationInferenceRequest.topK(Long topK) |
LLMObsIntegrationInferenceRequest |
LLMObsIntegrationInferenceRequest.topP(Double topP) |
LLMObsIntegrationInferenceRequest |
LLMObsIntegrationInferenceRequest.vertexAiMetadata(LLMObsVertexAIMetadata vertexAiMetadata) |