All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alibaba.dashscope.embeddings.TextEmbeddingResultItem Maven / Gradle / Ivy

The newest version!
package com.alibaba.dashscope.embeddings;

import com.google.gson.annotations.SerializedName;
import java.util.List;
import lombok.Data;

@Data
public class TextEmbeddingResultItem {
  @SerializedName("text_index")
  private Integer textIndex;

  private List embedding;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy