Uses of Class
inference.ModelConfigOuterClass.BatchInput
Packages that use ModelConfigOuterClass.BatchInput
-
Uses of ModelConfigOuterClass.BatchInput in inference
Methods in inference that return ModelConfigOuterClass.BatchInputModifier and TypeMethodDescriptionModelConfigOuterClass.BatchInput.Builder.build()ModelConfigOuterClass.BatchInput.Builder.buildPartial()ModelConfigOuterClass.ModelConfig.Builder.getBatchInput(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.getBatchInput(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.getBatchInput(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.BatchInput.getDefaultInstance()ModelConfigOuterClass.BatchInput.Builder.getDefaultInstanceForType()ModelConfigOuterClass.BatchInput.getDefaultInstanceForType()ModelConfigOuterClass.BatchInput.parseDelimitedFrom(InputStream input) ModelConfigOuterClass.BatchInput.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ModelConfigOuterClass.BatchInput.parseFrom(byte[] data) ModelConfigOuterClass.BatchInput.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ModelConfigOuterClass.BatchInput.parseFrom(com.google.protobuf.ByteString data) ModelConfigOuterClass.BatchInput.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ModelConfigOuterClass.BatchInput.parseFrom(com.google.protobuf.CodedInputStream input) ModelConfigOuterClass.BatchInput.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ModelConfigOuterClass.BatchInput.parseFrom(InputStream input) ModelConfigOuterClass.BatchInput.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ModelConfigOuterClass.BatchInput.parseFrom(ByteBuffer data) ModelConfigOuterClass.BatchInput.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in inference that return types with arguments of type ModelConfigOuterClass.BatchInputModifier and TypeMethodDescriptionModelConfigOuterClass.ModelConfig.Builder.getBatchInputList()@@ .. 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.getBatchInputList()@@ .. 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.getBatchInputList()@@ .. cpp:var:: BatchInput batch_input (repeated) @@ @@ The model input(s) that the server should use to communicate @@ batch related values to the model.com.google.protobuf.Parser<ModelConfigOuterClass.BatchInput> ModelConfigOuterClass.BatchInput.getParserForType()static com.google.protobuf.Parser<ModelConfigOuterClass.BatchInput> ModelConfigOuterClass.BatchInput.parser()Methods in inference with parameters of type ModelConfigOuterClass.BatchInputModifier and TypeMethodDescriptionModelConfigOuterClass.ModelConfig.Builder.addBatchInput(int index, ModelConfigOuterClass.BatchInput value) @@ .. 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.Builder.addBatchInput(ModelConfigOuterClass.BatchInput value) @@ .. cpp:var:: BatchInput batch_input (repeated) @@ @@ The model input(s) that the server should use to communicate @@ batch related values to the model.ModelConfigOuterClass.BatchInput.Builder.mergeFrom(ModelConfigOuterClass.BatchInput other) ModelConfigOuterClass.BatchInput.newBuilder(ModelConfigOuterClass.BatchInput prototype) ModelConfigOuterClass.ModelConfig.Builder.setBatchInput(int index, ModelConfigOuterClass.BatchInput value) @@ .. cpp:var:: BatchInput batch_input (repeated) @@ @@ The model input(s) that the server should use to communicate @@ batch related values to the model.Method parameters in inference with type arguments of type ModelConfigOuterClass.BatchInputModifier and TypeMethodDescriptionModelConfigOuterClass.ModelConfig.Builder.addAllBatchInput(Iterable<? extends ModelConfigOuterClass.BatchInput> values) @@ .. cpp:var:: BatchInput batch_input (repeated) @@ @@ The model input(s) that the server should use to communicate @@ batch related values to the model.