| Modifier and Type | Method and Description |
|---|---|
static CustomTuningModel.ModelState |
CustomTuningModel.ModelState.forNumber(int value) |
CustomTuningModel.ModelState |
CustomTuningModelOrBuilder.getModelState()
The state that the model is in (e.g.
|
CustomTuningModel.ModelState |
CustomTuningModel.getModelState()
The state that the model is in (e.g.
|
CustomTuningModel.ModelState |
CustomTuningModel.Builder.getModelState()
The state that the model is in (e.g.
|
static CustomTuningModel.ModelState |
CustomTuningModel.ModelState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CustomTuningModel.ModelState |
CustomTuningModel.ModelState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CustomTuningModel.ModelState |
CustomTuningModel.ModelState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomTuningModel.ModelState[] |
CustomTuningModel.ModelState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<CustomTuningModel.ModelState> |
CustomTuningModel.ModelState.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
CustomTuningModel.Builder |
CustomTuningModel.Builder.setModelState(CustomTuningModel.ModelState value)
The state that the model is in (e.g.
|
Copyright © 2025 Google LLC. All rights reserved.