Package inference
Interface GrpcService.ModelInferRequest.InferRequestedOutputTensorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GrpcService.ModelInferRequest.InferRequestedOutputTensor,GrpcService.ModelInferRequest.InferRequestedOutputTensor.Builder
- Enclosing class:
GrpcService.ModelInferRequest
public static interface GrpcService.ModelInferRequest.InferRequestedOutputTensorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsParameters(String key) @@ ..getName()@@ @@ ..com.google.protobuf.ByteString@@ @@ ..Deprecated.int@@ ..@@ ..getParametersOrDefault(String key, GrpcService.InferParameter defaultValue) @@ ..@@ ..Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()@@ @@ .. cpp:var:: string name @@ @@ The tensor name. @@
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()@@ @@ .. cpp:var:: string name @@ @@ The tensor name. @@
string name = 1;- Returns:
- The bytes for name.
-
getParametersCount
int getParametersCount()@@ .. cpp:var:: map<string,InferParameter> parameters @@ @@ Optional requested output tensor parameters. @@
map<string, .inference.InferParameter> parameters = 2; -
containsParameters
@@ .. cpp:var:: map<string,InferParameter> parameters @@ @@ Optional requested output tensor parameters. @@
map<string, .inference.InferParameter> parameters = 2; -
getParameters
Deprecated.UsegetParametersMap()instead. -
getParametersMap
Map<String,GrpcService.InferParameter> getParametersMap()@@ .. cpp:var:: map<string,InferParameter> parameters @@ @@ Optional requested output tensor parameters. @@
map<string, .inference.InferParameter> parameters = 2; -
getParametersOrDefault
GrpcService.InferParameter getParametersOrDefault(String key, GrpcService.InferParameter defaultValue) @@ .. cpp:var:: map<string,InferParameter> parameters @@ @@ Optional requested output tensor parameters. @@
map<string, .inference.InferParameter> parameters = 2; -
getParametersOrThrow
@@ .. cpp:var:: map<string,InferParameter> parameters @@ @@ Optional requested output tensor parameters. @@
map<string, .inference.InferParameter> parameters = 2;
-