global class EinsteinLLMEmbeddingItemOutput { global List embedding; global Integer index; global EinsteinLLMEmbeddingItemOutput() { } global Object clone() { } global Boolean equals(Object obj) { } global Double getBuildVersion() { } global Integer hashCode() { } global String toString() { } }