Uses of Enum Class
inference.ModelConfigOuterClass.ModelInput.Format
Packages that use ModelConfigOuterClass.ModelInput.Format
-
Uses of ModelConfigOuterClass.ModelInput.Format in inference
Methods in inference that return ModelConfigOuterClass.ModelInput.FormatModifier and TypeMethodDescriptionModelConfigOuterClass.ModelInput.Format.forNumber(int value) ModelConfigOuterClass.ModelInput.Builder.getFormat()@@ .. cpp:var:: Format format @@ @@ The format of the input.ModelConfigOuterClass.ModelInput.getFormat()@@ .. cpp:var:: Format format @@ @@ The format of the input.ModelConfigOuterClass.ModelInputOrBuilder.getFormat()@@ .. cpp:var:: Format format @@ @@ The format of the input.ModelConfigOuterClass.ModelInput.Format.valueOf(int value) Deprecated.ModelConfigOuterClass.ModelInput.Format.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.ModelInput.Format.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.ModelInput.FormatModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ModelConfigOuterClass.ModelInput.Format> ModelConfigOuterClass.ModelInput.Format.internalGetValueMap()Methods in inference with parameters of type ModelConfigOuterClass.ModelInput.FormatModifier and TypeMethodDescriptionModelConfigOuterClass.ModelInput.Builder.setFormat(ModelConfigOuterClass.ModelInput.Format value) @@ .. cpp:var:: Format format @@ @@ The format of the input.