@Generated public class EmbeddingsV1ResponseEmbeddingElement extends Object
| Constructor and Description |
|---|
EmbeddingsV1ResponseEmbeddingElement() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Collection<Double> |
getEmbedding() |
Long |
getIndex() |
EmbeddingsV1ResponseEmbeddingElementObject |
getObject() |
int |
hashCode() |
EmbeddingsV1ResponseEmbeddingElement |
setEmbedding(Collection<Double> embedding) |
EmbeddingsV1ResponseEmbeddingElement |
setIndex(Long index) |
EmbeddingsV1ResponseEmbeddingElement |
setObject(EmbeddingsV1ResponseEmbeddingElementObject object) |
String |
toString() |
public EmbeddingsV1ResponseEmbeddingElement()
public EmbeddingsV1ResponseEmbeddingElement setEmbedding(Collection<Double> embedding)
public Collection<Double> getEmbedding()
public EmbeddingsV1ResponseEmbeddingElement setIndex(Long index)
public Long getIndex()
public EmbeddingsV1ResponseEmbeddingElement setObject(EmbeddingsV1ResponseEmbeddingElementObject object)
public EmbeddingsV1ResponseEmbeddingElementObject getObject()
Copyright © 2024. All rights reserved.