@Generated public class QueryEndpointInput extends Object
Constructor and Description |
---|
QueryEndpointInput() |
public QueryEndpointInput setDataframeRecords(Collection<Object> dataframeRecords)
public Collection<Object> getDataframeRecords()
public QueryEndpointInput setDataframeSplit(DataframeSplitInput dataframeSplit)
public DataframeSplitInput getDataframeSplit()
public QueryEndpointInput setExtraParams(Map<String,String> extraParams)
public QueryEndpointInput setInput(Object input)
public Object getInput()
public QueryEndpointInput setInputs(Object inputs)
public Object getInputs()
public QueryEndpointInput setInstances(Collection<Object> instances)
public Collection<Object> getInstances()
public QueryEndpointInput setMaxTokens(Long maxTokens)
public Long getMaxTokens()
public QueryEndpointInput setMessages(Collection<ChatMessage> messages)
public Collection<ChatMessage> getMessages()
public QueryEndpointInput setN(Long n)
public Long getN()
public QueryEndpointInput setName(String name)
public String getName()
public QueryEndpointInput setPrompt(Object prompt)
public Object getPrompt()
public QueryEndpointInput setStop(Collection<String> stop)
public Collection<String> getStop()
public QueryEndpointInput setStream(Boolean stream)
public Boolean getStream()
public QueryEndpointInput setTemperature(Double temperature)
public Double getTemperature()
Copyright © 2024. All rights reserved.