| Modifier and Type | Method and Description |
|---|---|
static Model.TrainingState |
Model.TrainingState.forNumber(int value) |
Model.TrainingState |
ModelOrBuilder.getTrainingState()
Optional.
|
Model.TrainingState |
Model.getTrainingState()
Optional.
|
Model.TrainingState |
Model.Builder.getTrainingState()
Optional.
|
static Model.TrainingState |
Model.TrainingState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Model.TrainingState |
Model.TrainingState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Model.TrainingState |
Model.TrainingState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Model.TrainingState[] |
Model.TrainingState.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<Model.TrainingState> |
Model.TrainingState.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Model.Builder |
Model.Builder.setTrainingState(Model.TrainingState value)
Optional.
|
Copyright © 2023 Google LLC. All rights reserved.