public static interface ProcessorVersion.GenAiModelInfo.FoundationGenAiModelInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getFinetuningAllowed()
Whether finetuning is allowed for this base processor version.
|
int |
getMinTrainLabeledDocuments()
The minimum number of labeled documents in the training dataset
required for finetuning.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getFinetuningAllowed()
Whether finetuning is allowed for this base processor version.
bool finetuning_allowed = 1;int getMinTrainLabeledDocuments()
The minimum number of labeled documents in the training dataset required for finetuning.
int32 min_train_labeled_documents = 2;Copyright © 2024 Google LLC. All rights reserved.