Package com.gpudb.protocol
Class ImportModelRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.ImportModelRequest.Options
-
- Enclosing class:
- ImportModelRequest
public static final class ImportModelRequest.Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCREDENTIALstatic StringEMBEDDINGstatic StringMEMORY_LIMITstatic StringNVIDIAstatic StringOPENAIstatic StringREMOTE_MODEL_LOCATIONstatic StringREMOTE_MODEL_NAMEstatic StringREMOTE_MODEL_PROVIDER_TYPEstatic StringREMOTE_MODEL_TYPEstatic StringSQLGPT
-
-
-
Field Detail
-
CREDENTIAL
public static final String CREDENTIAL
- See Also:
- Constant Field Values
-
MEMORY_LIMIT
public static final String MEMORY_LIMIT
- See Also:
- Constant Field Values
-
REMOTE_MODEL_NAME
public static final String REMOTE_MODEL_NAME
- See Also:
- Constant Field Values
-
REMOTE_MODEL_LOCATION
public static final String REMOTE_MODEL_LOCATION
- See Also:
- Constant Field Values
-
REMOTE_MODEL_PROVIDER_TYPE
public static final String REMOTE_MODEL_PROVIDER_TYPE
- See Also:
- Constant Field Values
-
NVIDIA
public static final String NVIDIA
- See Also:
- Constant Field Values
-
OPENAI
public static final String OPENAI
- See Also:
- Constant Field Values
-
SQLGPT
public static final String SQLGPT
- See Also:
- Constant Field Values
-
REMOTE_MODEL_TYPE
public static final String REMOTE_MODEL_TYPE
- See Also:
- Constant Field Values
-
EMBEDDING
public static final String EMBEDDING
- See Also:
- Constant Field Values
-
-