public static interface ProcessorVersion.GenAiModelInfo.CustomGenAiModelInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBaseProcessorVersionId()
public abstract String getBaseProcessorVersionId()
The base processor version ID for the custom model.
string base_processor_version_id = 2;
Returns | |
---|---|
Type | Description |
String |
The baseProcessorVersionId. |
getBaseProcessorVersionIdBytes()
public abstract ByteString getBaseProcessorVersionIdBytes()
The base processor version ID for the custom model.
string base_processor_version_id = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for baseProcessorVersionId. |
getCustomModelType()
public abstract ProcessorVersion.GenAiModelInfo.CustomGenAiModelInfo.CustomModelType getCustomModelType()
The type of custom model created by the user.
.google.cloud.documentai.v1beta3.ProcessorVersion.GenAiModelInfo.CustomGenAiModelInfo.CustomModelType custom_model_type = 1;
Returns | |
---|---|
Type | Description |
ProcessorVersion.GenAiModelInfo.CustomGenAiModelInfo.CustomModelType |
The customModelType. |
getCustomModelTypeValue()
public abstract int getCustomModelTypeValue()
The type of custom model created by the user.
.google.cloud.documentai.v1beta3.ProcessorVersion.GenAiModelInfo.CustomGenAiModelInfo.CustomModelType custom_model_type = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for customModelType. |