public interface ListCustomModelsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getModels(int index)
public abstract CustomTuningModel getModels(int index)List of custom tuning models.
repeated .google.cloud.discoveryengine.v1alpha.CustomTuningModel models = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CustomTuningModel |
|
getModelsCount()
public abstract int getModelsCount()List of custom tuning models.
repeated .google.cloud.discoveryengine.v1alpha.CustomTuningModel models = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getModelsList()
public abstract List<CustomTuningModel> getModelsList()List of custom tuning models.
repeated .google.cloud.discoveryengine.v1alpha.CustomTuningModel models = 1;
| Returns | |
|---|---|
| Type | Description |
List<CustomTuningModel> |
|
getModelsOrBuilder(int index)
public abstract CustomTuningModelOrBuilder getModelsOrBuilder(int index)List of custom tuning models.
repeated .google.cloud.discoveryengine.v1alpha.CustomTuningModel models = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CustomTuningModelOrBuilder |
|
getModelsOrBuilderList()
public abstract List<? extends CustomTuningModelOrBuilder> getModelsOrBuilderList()List of custom tuning models.
repeated .google.cloud.discoveryengine.v1alpha.CustomTuningModel models = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.discoveryengine.v1alpha.CustomTuningModelOrBuilder> |
|