Package | Description |
---|---|
org.tensorflow.example |
Modifier and Type | Method and Description |
---|---|
static Feature.KindCase |
Feature.KindCase.forNumber(int value) |
Feature.KindCase |
Feature.getKindCase() |
Feature.KindCase |
Feature.Builder.getKindCase() |
Feature.KindCase |
FeatureOrBuilder.getKindCase() |
static Feature.KindCase |
Feature.KindCase.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Feature.KindCase |
Feature.KindCase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Feature.KindCase[] |
Feature.KindCase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015–2019. All rights reserved.