Uses of Enum Class
inference.ModelConfigOuterClass.BatchInput.Kind
Packages that use ModelConfigOuterClass.BatchInput.Kind
-
Uses of ModelConfigOuterClass.BatchInput.Kind in inference
Methods in inference that return ModelConfigOuterClass.BatchInput.KindModifier and TypeMethodDescriptionModelConfigOuterClass.BatchInput.Kind.forNumber(int value) ModelConfigOuterClass.BatchInput.Builder.getKind()@@ .. cpp:var:: Kind kind @@ @@ The kind of this batch input.ModelConfigOuterClass.BatchInput.getKind()@@ .. cpp:var:: Kind kind @@ @@ The kind of this batch input.ModelConfigOuterClass.BatchInputOrBuilder.getKind()@@ .. cpp:var:: Kind kind @@ @@ The kind of this batch input.ModelConfigOuterClass.BatchInput.Kind.valueOf(int value) Deprecated.ModelConfigOuterClass.BatchInput.Kind.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.ModelConfigOuterClass.BatchInput.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in inference that return types with arguments of type ModelConfigOuterClass.BatchInput.KindModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ModelConfigOuterClass.BatchInput.Kind> ModelConfigOuterClass.BatchInput.Kind.internalGetValueMap()Methods in inference with parameters of type ModelConfigOuterClass.BatchInput.KindModifier and TypeMethodDescriptionModelConfigOuterClass.BatchInput.Builder.setKind(ModelConfigOuterClass.BatchInput.Kind value) @@ .. cpp:var:: Kind kind @@ @@ The kind of this batch input.