com.alibaba.dashscope.embeddings.BatchTextEmbeddingUsage Maven / Gradle / Ivy
The newest version!
package com.alibaba.dashscope.embeddings;
import com.google.gson.annotations.SerializedName;
import lombok.Data;
@Data
public class BatchTextEmbeddingUsage {
@SerializedName("total_tokens")
private Integer totalTokens;
}