Package inference
Interface ModelConfigOuterClass.BatchOutputOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelConfigOuterClass.BatchOutput,ModelConfigOuterClass.BatchOutput.Builder
- Enclosing class:
ModelConfigOuterClass
public static interface ModelConfigOuterClass.BatchOutputOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetKind()@@ ..int@@ ..getSourceInput(int index) @@ ..com.google.protobuf.ByteStringgetSourceInputBytes(int index) @@ ..int@@ ..@@ ..getTargetName(int index) @@ ..com.google.protobuf.ByteStringgetTargetNameBytes(int index) @@ ..int@@ ..@@ ..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
-
getTargetNameList
@@ .. cpp:var:: string target_name (repeated) @@ @@ The name of the outputs to be produced by this batch output @@ specification. @@
repeated string target_name = 1;- Returns:
- A list containing the targetName.
-
getTargetNameCount
int getTargetNameCount()@@ .. cpp:var:: string target_name (repeated) @@ @@ The name of the outputs to be produced by this batch output @@ specification. @@
repeated string target_name = 1;- Returns:
- The count of targetName.
-
getTargetName
@@ .. cpp:var:: string target_name (repeated) @@ @@ The name of the outputs to be produced by this batch output @@ specification. @@
repeated string target_name = 1;- Parameters:
index- The index of the element to return.- Returns:
- The targetName at the given index.
-
getTargetNameBytes
com.google.protobuf.ByteString getTargetNameBytes(int index) @@ .. cpp:var:: string target_name (repeated) @@ @@ The name of the outputs to be produced by this batch output @@ specification. @@
repeated string target_name = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the targetName at the given index.
-
getKindValue
int getKindValue()@@ .. cpp:var:: Kind kind @@ @@ The kind of this batch output. @@
.inference.BatchOutput.Kind kind = 2;- Returns:
- The enum numeric value on the wire for kind.
-
getKind
ModelConfigOuterClass.BatchOutput.Kind getKind()@@ .. cpp:var:: Kind kind @@ @@ The kind of this batch output. @@
.inference.BatchOutput.Kind kind = 2;- Returns:
- The kind.
-
getSourceInputList
@@ .. cpp:var:: string source_input (repeated) @@ @@ The backend derives each batch output from one or more inputs. @@ 'source_input' gives the names of those inputs. @@
repeated string source_input = 3;- Returns:
- A list containing the sourceInput.
-
getSourceInputCount
int getSourceInputCount()@@ .. cpp:var:: string source_input (repeated) @@ @@ The backend derives each batch output from one or more inputs. @@ 'source_input' gives the names of those inputs. @@
repeated string source_input = 3;- Returns:
- The count of sourceInput.
-
getSourceInput
@@ .. cpp:var:: string source_input (repeated) @@ @@ The backend derives each batch output from one or more inputs. @@ 'source_input' gives the names of those inputs. @@
repeated string source_input = 3;- Parameters:
index- The index of the element to return.- Returns:
- The sourceInput at the given index.
-
getSourceInputBytes
com.google.protobuf.ByteString getSourceInputBytes(int index) @@ .. cpp:var:: string source_input (repeated) @@ @@ The backend derives each batch output from one or more inputs. @@ 'source_input' gives the names of those inputs. @@
repeated string source_input = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the sourceInput at the given index.
-