global class EinsteinLLMGenerationItemOutput {
|
global String parameters;
|
global String responseId;
|
global String text;
|
global EinsteinLLMGenerationItemOutput() { }
|
global Object clone() { }
|
global Boolean equals(Object obj) { }
|
global Double getBuildVersion() { }
|
global Integer hashCode() { }
|
global String toString() { }
|
|
}
|