Uses of Interface
inference.ModelConfigOuterClass.BatchInputOrBuilder
Packages that use ModelConfigOuterClass.BatchInputOrBuilder
-
Uses of ModelConfigOuterClass.BatchInputOrBuilder in inference
Classes in inference that implement ModelConfigOuterClass.BatchInputOrBuilderModifier and TypeClassDescriptionstatic final class@@ .. cpp:var:: message BatchInput @@ @@ A batch input is an additional input that must be added by @@ the backend based on all the requests in a batch.static final class@@ .. cpp:var:: message BatchInput @@ @@ A batch input is an additional input that must be added by @@ the backend based on all the requests in a batch.Methods in inference that return ModelConfigOuterClass.BatchInputOrBuilderModifier and TypeMethodDescriptionModelConfigOuterClass.ModelConfig.Builder.getBatchInputOrBuilder(int index) @@ .. cpp:var:: BatchInput batch_input (repeated) @@ @@ The model input(s) that the server should use to communicate @@ batch related values to the model.ModelConfigOuterClass.ModelConfig.getBatchInputOrBuilder(int index) @@ .. cpp:var:: BatchInput batch_input (repeated) @@ @@ The model input(s) that the server should use to communicate @@ batch related values to the model.ModelConfigOuterClass.ModelConfigOrBuilder.getBatchInputOrBuilder(int index) @@ .. cpp:var:: BatchInput batch_input (repeated) @@ @@ The model input(s) that the server should use to communicate @@ batch related values to the model.Methods in inference that return types with arguments of type ModelConfigOuterClass.BatchInputOrBuilderModifier and TypeMethodDescriptionList<? extends ModelConfigOuterClass.BatchInputOrBuilder> ModelConfigOuterClass.ModelConfig.Builder.getBatchInputOrBuilderList()@@ .. cpp:var:: BatchInput batch_input (repeated) @@ @@ The model input(s) that the server should use to communicate @@ batch related values to the model.List<? extends ModelConfigOuterClass.BatchInputOrBuilder> ModelConfigOuterClass.ModelConfig.getBatchInputOrBuilderList()@@ .. cpp:var:: BatchInput batch_input (repeated) @@ @@ The model input(s) that the server should use to communicate @@ batch related values to the model.List<? extends ModelConfigOuterClass.BatchInputOrBuilder> ModelConfigOuterClass.ModelConfigOrBuilder.getBatchInputOrBuilderList()@@ .. cpp:var:: BatchInput batch_input (repeated) @@ @@ The model input(s) that the server should use to communicate @@ batch related values to the model.