public static interface Api.EmbeddingsReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
String |
getEncodingFormat()
optional string encoding_format = 4; |
com.google.protobuf.ByteString |
getEncodingFormatBytes()
optional string encoding_format = 4; |
String |
getInput(int index)
repeated string input = 2; |
com.google.protobuf.ByteString |
getInputBytes(int index)
repeated string input = 2; |
int |
getInputCount()
repeated string input = 2; |
List<String> |
getInputList()
repeated string input = 2; |
Api.Model |
getModel()
.api.Model model = 3; |
Api.ModelOrBuilder |
getModelOrBuilder()
.api.Model model = 3; |
String |
getReqId()
string req_id = 1; |
com.google.protobuf.ByteString |
getReqIdBytes()
string req_id = 1; |
String |
getUser()
optional string user = 5; |
com.google.protobuf.ByteString |
getUserBytes()
optional string user = 5; |
boolean |
hasEncodingFormat()
optional string encoding_format = 4; |
boolean |
hasModel()
.api.Model model = 3; |
boolean |
hasUser()
optional string user = 5; |
String getReqId()
string req_id = 1;
com.google.protobuf.ByteString getReqIdBytes()
string req_id = 1;
List<String> getInputList()
repeated string input = 2;
int getInputCount()
repeated string input = 2;
String getInput(int index)
repeated string input = 2;
index
- The index of the element to return.com.google.protobuf.ByteString getInputBytes(int index)
repeated string input = 2;
index
- The index of the value to return.boolean hasModel()
.api.Model model = 3;
Api.Model getModel()
.api.Model model = 3;
Api.ModelOrBuilder getModelOrBuilder()
.api.Model model = 3;
boolean hasEncodingFormat()
optional string encoding_format = 4;
String getEncodingFormat()
optional string encoding_format = 4;
com.google.protobuf.ByteString getEncodingFormatBytes()
optional string encoding_format = 4;
boolean hasUser()
optional string user = 5;
String getUser()
optional string user = 5;
com.google.protobuf.ByteString getUserBytes()
optional string user = 5;
Copyright © 2024. All rights reserved.