Uses of Enum Class
inference.ModelConfigOuterClass.BatchOutput.Kind
Packages that use ModelConfigOuterClass.BatchOutput.Kind
-
Uses of ModelConfigOuterClass.BatchOutput.Kind in inference
Methods in inference that return ModelConfigOuterClass.BatchOutput.KindModifier and TypeMethodDescriptionModelConfigOuterClass.BatchOutput.Kind.forNumber(int value) ModelConfigOuterClass.BatchOutput.Builder.getKind()@@ .. cpp:var:: Kind kind @@ @@ The kind of this batch output.ModelConfigOuterClass.BatchOutput.getKind()@@ .. cpp:var:: Kind kind @@ @@ The kind of this batch output.ModelConfigOuterClass.BatchOutputOrBuilder.getKind()@@ .. cpp:var:: Kind kind @@ @@ The kind of this batch output.ModelConfigOuterClass.BatchOutput.Kind.valueOf(int value) Deprecated.ModelConfigOuterClass.BatchOutput.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.BatchOutput.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.BatchOutput.KindModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ModelConfigOuterClass.BatchOutput.Kind> ModelConfigOuterClass.BatchOutput.Kind.internalGetValueMap()Methods in inference with parameters of type ModelConfigOuterClass.BatchOutput.KindModifier and TypeMethodDescriptionModelConfigOuterClass.BatchOutput.Builder.setKind(ModelConfigOuterClass.BatchOutput.Kind value) @@ .. cpp:var:: Kind kind @@ @@ The kind of this batch output.