@Generated public class QueryEndpointResponse extends Object
| Constructor and Description |
|---|
QueryEndpointResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Collection<V1ResponseChoiceElement> |
getChoices() |
Long |
getCreated() |
Collection<EmbeddingsV1ResponseEmbeddingElement> |
getData() |
String |
getId() |
String |
getModel() |
QueryEndpointResponseObject |
getObject() |
Collection<Object> |
getPredictions() |
ExternalModelUsageElement |
getUsage() |
int |
hashCode() |
QueryEndpointResponse |
setChoices(Collection<V1ResponseChoiceElement> choices) |
QueryEndpointResponse |
setCreated(Long created) |
QueryEndpointResponse |
setData(Collection<EmbeddingsV1ResponseEmbeddingElement> data) |
QueryEndpointResponse |
setId(String id) |
QueryEndpointResponse |
setModel(String model) |
QueryEndpointResponse |
setObject(QueryEndpointResponseObject object) |
QueryEndpointResponse |
setPredictions(Collection<Object> predictions) |
QueryEndpointResponse |
setUsage(ExternalModelUsageElement usage) |
String |
toString() |
public QueryEndpointResponse setChoices(Collection<V1ResponseChoiceElement> choices)
public Collection<V1ResponseChoiceElement> getChoices()
public QueryEndpointResponse setCreated(Long created)
public Long getCreated()
public QueryEndpointResponse setData(Collection<EmbeddingsV1ResponseEmbeddingElement> data)
public Collection<EmbeddingsV1ResponseEmbeddingElement> getData()
public QueryEndpointResponse setId(String id)
public String getId()
public QueryEndpointResponse setModel(String model)
public String getModel()
public QueryEndpointResponse setObject(QueryEndpointResponseObject object)
public QueryEndpointResponseObject getObject()
public QueryEndpointResponse setPredictions(Collection<Object> predictions)
public Collection<Object> getPredictions()
public QueryEndpointResponse setUsage(ExternalModelUsageElement usage)
public ExternalModelUsageElement getUsage()
Copyright © 2024. All rights reserved.