public static interface ProcessorVersion.GenAiModelInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ProcessorVersion.GenAiModelInfo.CustomGenAiModelInfo |
getCustomGenAiModelInfo()
Information for a custom Generative AI model created by the user.
|
ProcessorVersion.GenAiModelInfo.CustomGenAiModelInfoOrBuilder |
getCustomGenAiModelInfoOrBuilder()
Information for a custom Generative AI model created by the user.
|
ProcessorVersion.GenAiModelInfo.FoundationGenAiModelInfo |
getFoundationGenAiModelInfo()
Information for a pretrained Google-managed foundation model.
|
ProcessorVersion.GenAiModelInfo.FoundationGenAiModelInfoOrBuilder |
getFoundationGenAiModelInfoOrBuilder()
Information for a pretrained Google-managed foundation model.
|
ProcessorVersion.GenAiModelInfo.ModelInfoCase |
getModelInfoCase() |
boolean |
hasCustomGenAiModelInfo()
Information for a custom Generative AI model created by the user.
|
boolean |
hasFoundationGenAiModelInfo()
Information for a pretrained Google-managed foundation model.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFoundationGenAiModelInfo()
Information for a pretrained Google-managed foundation model.
.google.cloud.documentai.v1beta3.ProcessorVersion.GenAiModelInfo.FoundationGenAiModelInfo foundation_gen_ai_model_info = 1;
ProcessorVersion.GenAiModelInfo.FoundationGenAiModelInfo getFoundationGenAiModelInfo()
Information for a pretrained Google-managed foundation model.
.google.cloud.documentai.v1beta3.ProcessorVersion.GenAiModelInfo.FoundationGenAiModelInfo foundation_gen_ai_model_info = 1;
ProcessorVersion.GenAiModelInfo.FoundationGenAiModelInfoOrBuilder getFoundationGenAiModelInfoOrBuilder()
Information for a pretrained Google-managed foundation model.
.google.cloud.documentai.v1beta3.ProcessorVersion.GenAiModelInfo.FoundationGenAiModelInfo foundation_gen_ai_model_info = 1;
boolean hasCustomGenAiModelInfo()
Information for a custom Generative AI model created by the user.
.google.cloud.documentai.v1beta3.ProcessorVersion.GenAiModelInfo.CustomGenAiModelInfo custom_gen_ai_model_info = 2;
ProcessorVersion.GenAiModelInfo.CustomGenAiModelInfo getCustomGenAiModelInfo()
Information for a custom Generative AI model created by the user.
.google.cloud.documentai.v1beta3.ProcessorVersion.GenAiModelInfo.CustomGenAiModelInfo custom_gen_ai_model_info = 2;
ProcessorVersion.GenAiModelInfo.CustomGenAiModelInfoOrBuilder getCustomGenAiModelInfoOrBuilder()
Information for a custom Generative AI model created by the user.
.google.cloud.documentai.v1beta3.ProcessorVersion.GenAiModelInfo.CustomGenAiModelInfo custom_gen_ai_model_info = 2;
ProcessorVersion.GenAiModelInfo.ModelInfoCase getModelInfoCase()
Copyright © 2024 Google LLC. All rights reserved.