public interface ListCustomModelsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CustomTuningModel |
getModels(int index)
List of custom tuning models.
|
int |
getModelsCount()
List of custom tuning models.
|
List<CustomTuningModel> |
getModelsList()
List of custom tuning models.
|
CustomTuningModelOrBuilder |
getModelsOrBuilder(int index)
List of custom tuning models.
|
List<? extends CustomTuningModelOrBuilder> |
getModelsOrBuilderList()
List of custom tuning models.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<CustomTuningModel> getModelsList()
List of custom tuning models.
repeated .google.cloud.discoveryengine.v1beta.CustomTuningModel models = 1;CustomTuningModel getModels(int index)
List of custom tuning models.
repeated .google.cloud.discoveryengine.v1beta.CustomTuningModel models = 1;int getModelsCount()
List of custom tuning models.
repeated .google.cloud.discoveryengine.v1beta.CustomTuningModel models = 1;List<? extends CustomTuningModelOrBuilder> getModelsOrBuilderList()
List of custom tuning models.
repeated .google.cloud.discoveryengine.v1beta.CustomTuningModel models = 1;CustomTuningModelOrBuilder getModelsOrBuilder(int index)
List of custom tuning models.
repeated .google.cloud.discoveryengine.v1beta.CustomTuningModel models = 1;Copyright © 2025 Google LLC. All rights reserved.