public static interface ProcessorVersion.GenAiModelInfo.CustomGenAiModelInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseProcessorVersionId()
The base processor version ID for the custom model.
|
com.google.protobuf.ByteString |
getBaseProcessorVersionIdBytes()
The base processor version ID for the custom model.
|
ProcessorVersion.GenAiModelInfo.CustomGenAiModelInfo.CustomModelType |
getCustomModelType()
The type of custom model created by the user.
|
int |
getCustomModelTypeValue()
The type of custom model created by the user.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getCustomModelTypeValue()
The type of custom model created by the user.
.google.cloud.documentai.v1beta3.ProcessorVersion.GenAiModelInfo.CustomGenAiModelInfo.CustomModelType custom_model_type = 1;
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;
String getBaseProcessorVersionId()
The base processor version ID for the custom model.
string base_processor_version_id = 2;com.google.protobuf.ByteString getBaseProcessorVersionIdBytes()
The base processor version ID for the custom model.
string base_processor_version_id = 2;Copyright © 2024 Google LLC. All rights reserved.