Package tensorflow.serving
Class SessionServiceOuterClass.SessionRunRequest
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- tensorflow.serving.SessionServiceOuterClass.SessionRunRequest
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable,SessionServiceOuterClass.SessionRunRequestOrBuilder
- Enclosing class:
- SessionServiceOuterClass
public static final class SessionServiceOuterClass.SessionRunRequest extends com.google.protobuf.GeneratedMessageV3 implements SessionServiceOuterClass.SessionRunRequestOrBuilder
Protobuf typetensorflow.serving.SessionRunRequest- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSessionServiceOuterClass.SessionRunRequest.BuilderProtobuf typetensorflow.serving.SessionRunRequest-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intFEED_FIELD_NUMBERstatic intFETCH_FIELD_NUMBERstatic intMODEL_SPEC_FIELD_NUMBERstatic intOPTIONS_FIELD_NUMBERstatic intTARGET_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)static SessionServiceOuterClass.SessionRunRequestgetDefaultInstance()SessionServiceOuterClass.SessionRunRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()NamedTensorProtogetFeed(int index)Tensors to be fed in the step.intgetFeedCount()Tensors to be fed in the step.java.util.List<NamedTensorProto>getFeedList()Tensors to be fed in the step.NamedTensorProtoOrBuildergetFeedOrBuilder(int index)Tensors to be fed in the step.java.util.List<? extends NamedTensorProtoOrBuilder>getFeedOrBuilderList()Tensors to be fed in the step.java.lang.StringgetFetch(int index)Fetches.com.google.protobuf.ByteStringgetFetchBytes(int index)Fetches.intgetFetchCount()Fetches.com.google.protobuf.ProtocolStringListgetFetchList()Fetches.Model.ModelSpecgetModelSpec()Model Specification.Model.ModelSpecOrBuildergetModelSpecOrBuilder()Model Specification.RunOptionsgetOptions()Options for the run call.RunOptionsOrBuildergetOptionsOrBuilder()Options for the run call.com.google.protobuf.Parser<SessionServiceOuterClass.SessionRunRequest>getParserForType()intgetSerializedSize()java.lang.StringgetTarget(int index)Target Nodes.com.google.protobuf.ByteStringgetTargetBytes(int index)Target Nodes.intgetTargetCount()Target Nodes.com.google.protobuf.ProtocolStringListgetTargetList()Target Nodes.com.google.protobuf.UnknownFieldSetgetUnknownFields()inthashCode()booleanhasModelSpec()Model Specification.booleanhasOptions()Options for the run call.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static SessionServiceOuterClass.SessionRunRequest.BuildernewBuilder()static SessionServiceOuterClass.SessionRunRequest.BuildernewBuilder(SessionServiceOuterClass.SessionRunRequest prototype)SessionServiceOuterClass.SessionRunRequest.BuildernewBuilderForType()protected SessionServiceOuterClass.SessionRunRequest.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected java.lang.ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static SessionServiceOuterClass.SessionRunRequestparseDelimitedFrom(java.io.InputStream input)static SessionServiceOuterClass.SessionRunRequestparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SessionServiceOuterClass.SessionRunRequestparseFrom(byte[] data)static SessionServiceOuterClass.SessionRunRequestparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SessionServiceOuterClass.SessionRunRequestparseFrom(com.google.protobuf.ByteString data)static SessionServiceOuterClass.SessionRunRequestparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SessionServiceOuterClass.SessionRunRequestparseFrom(com.google.protobuf.CodedInputStream input)static SessionServiceOuterClass.SessionRunRequestparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SessionServiceOuterClass.SessionRunRequestparseFrom(java.io.InputStream input)static SessionServiceOuterClass.SessionRunRequestparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SessionServiceOuterClass.SessionRunRequestparseFrom(java.nio.ByteBuffer data)static SessionServiceOuterClass.SessionRunRequestparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<SessionServiceOuterClass.SessionRunRequest>parser()SessionServiceOuterClass.SessionRunRequest.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
MODEL_SPEC_FIELD_NUMBER
public static final int MODEL_SPEC_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FEED_FIELD_NUMBER
public static final int FEED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FETCH_FIELD_NUMBER
public static final int FETCH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TARGET_FIELD_NUMBER
public static final int TARGET_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OPTIONS_FIELD_NUMBER
public static final int OPTIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
hasModelSpec
public boolean hasModelSpec()
Model Specification. If version is not specified, will use the latest (numerical) version.
.tensorflow.serving.ModelSpec model_spec = 1;- Specified by:
hasModelSpecin interfaceSessionServiceOuterClass.SessionRunRequestOrBuilder- Returns:
- Whether the modelSpec field is set.
-
getModelSpec
public Model.ModelSpec getModelSpec()
Model Specification. If version is not specified, will use the latest (numerical) version.
.tensorflow.serving.ModelSpec model_spec = 1;- Specified by:
getModelSpecin interfaceSessionServiceOuterClass.SessionRunRequestOrBuilder- Returns:
- The modelSpec.
-
getModelSpecOrBuilder
public Model.ModelSpecOrBuilder getModelSpecOrBuilder()
Model Specification. If version is not specified, will use the latest (numerical) version.
.tensorflow.serving.ModelSpec model_spec = 1;- Specified by:
getModelSpecOrBuilderin interfaceSessionServiceOuterClass.SessionRunRequestOrBuilder
-
getFeedList
public java.util.List<NamedTensorProto> getFeedList()
Tensors to be fed in the step. Each feed is a named tensor.
repeated .tensorflow.NamedTensorProto feed = 2;- Specified by:
getFeedListin interfaceSessionServiceOuterClass.SessionRunRequestOrBuilder
-
getFeedOrBuilderList
public java.util.List<? extends NamedTensorProtoOrBuilder> getFeedOrBuilderList()
Tensors to be fed in the step. Each feed is a named tensor.
repeated .tensorflow.NamedTensorProto feed = 2;- Specified by:
getFeedOrBuilderListin interfaceSessionServiceOuterClass.SessionRunRequestOrBuilder
-
getFeedCount
public int getFeedCount()
Tensors to be fed in the step. Each feed is a named tensor.
repeated .tensorflow.NamedTensorProto feed = 2;- Specified by:
getFeedCountin interfaceSessionServiceOuterClass.SessionRunRequestOrBuilder
-
getFeed
public NamedTensorProto getFeed(int index)
Tensors to be fed in the step. Each feed is a named tensor.
repeated .tensorflow.NamedTensorProto feed = 2;- Specified by:
getFeedin interfaceSessionServiceOuterClass.SessionRunRequestOrBuilder
-
getFeedOrBuilder
public NamedTensorProtoOrBuilder getFeedOrBuilder(int index)
Tensors to be fed in the step. Each feed is a named tensor.
repeated .tensorflow.NamedTensorProto feed = 2;- Specified by:
getFeedOrBuilderin interfaceSessionServiceOuterClass.SessionRunRequestOrBuilder
-
getFetchList
public com.google.protobuf.ProtocolStringList getFetchList()
Fetches. A list of tensor names. The caller expects a tensor to be returned for each fetch[i] (see RunResponse.tensor). The order of specified fetches does not change the execution order.
repeated string fetch = 3;- Specified by:
getFetchListin interfaceSessionServiceOuterClass.SessionRunRequestOrBuilder- Returns:
- A list containing the fetch.
-
getFetchCount
public int getFetchCount()
Fetches. A list of tensor names. The caller expects a tensor to be returned for each fetch[i] (see RunResponse.tensor). The order of specified fetches does not change the execution order.
repeated string fetch = 3;- Specified by:
getFetchCountin interfaceSessionServiceOuterClass.SessionRunRequestOrBuilder- Returns:
- The count of fetch.
-
getFetch
public java.lang.String getFetch(int index)
Fetches. A list of tensor names. The caller expects a tensor to be returned for each fetch[i] (see RunResponse.tensor). The order of specified fetches does not change the execution order.
repeated string fetch = 3;- Specified by:
getFetchin interfaceSessionServiceOuterClass.SessionRunRequestOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The fetch at the given index.
-
getFetchBytes
public com.google.protobuf.ByteString getFetchBytes(int index)
Fetches. A list of tensor names. The caller expects a tensor to be returned for each fetch[i] (see RunResponse.tensor). The order of specified fetches does not change the execution order.
repeated string fetch = 3;- Specified by:
getFetchBytesin interfaceSessionServiceOuterClass.SessionRunRequestOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the fetch at the given index.
-
getTargetList
public com.google.protobuf.ProtocolStringList getTargetList()
Target Nodes. A list of node names. The named nodes will be run to but their outputs will not be fetched.
repeated string target = 4;- Specified by:
getTargetListin interfaceSessionServiceOuterClass.SessionRunRequestOrBuilder- Returns:
- A list containing the target.
-
getTargetCount
public int getTargetCount()
Target Nodes. A list of node names. The named nodes will be run to but their outputs will not be fetched.
repeated string target = 4;- Specified by:
getTargetCountin interfaceSessionServiceOuterClass.SessionRunRequestOrBuilder- Returns:
- The count of target.
-
getTarget
public java.lang.String getTarget(int index)
Target Nodes. A list of node names. The named nodes will be run to but their outputs will not be fetched.
repeated string target = 4;- Specified by:
getTargetin interfaceSessionServiceOuterClass.SessionRunRequestOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The target at the given index.
-
getTargetBytes
public com.google.protobuf.ByteString getTargetBytes(int index)
Target Nodes. A list of node names. The named nodes will be run to but their outputs will not be fetched.
repeated string target = 4;- Specified by:
getTargetBytesin interfaceSessionServiceOuterClass.SessionRunRequestOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the target at the given index.
-
hasOptions
public boolean hasOptions()
Options for the run call. **Currently ignored.**
.tensorflow.RunOptions options = 5;- Specified by:
hasOptionsin interfaceSessionServiceOuterClass.SessionRunRequestOrBuilder- Returns:
- Whether the options field is set.
-
getOptions
public RunOptions getOptions()
Options for the run call. **Currently ignored.**
.tensorflow.RunOptions options = 5;- Specified by:
getOptionsin interfaceSessionServiceOuterClass.SessionRunRequestOrBuilder- Returns:
- The options.
-
getOptionsOrBuilder
public RunOptionsOrBuilder getOptionsOrBuilder()
Options for the run call. **Currently ignored.**
.tensorflow.RunOptions options = 5;- Specified by:
getOptionsOrBuilderin interfaceSessionServiceOuterClass.SessionRunRequestOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static SessionServiceOuterClass.SessionRunRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SessionServiceOuterClass.SessionRunRequest parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SessionServiceOuterClass.SessionRunRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SessionServiceOuterClass.SessionRunRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SessionServiceOuterClass.SessionRunRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SessionServiceOuterClass.SessionRunRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SessionServiceOuterClass.SessionRunRequest parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static SessionServiceOuterClass.SessionRunRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static SessionServiceOuterClass.SessionRunRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static SessionServiceOuterClass.SessionRunRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static SessionServiceOuterClass.SessionRunRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static SessionServiceOuterClass.SessionRunRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public SessionServiceOuterClass.SessionRunRequest.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static SessionServiceOuterClass.SessionRunRequest.Builder newBuilder()
-
newBuilder
public static SessionServiceOuterClass.SessionRunRequest.Builder newBuilder(SessionServiceOuterClass.SessionRunRequest prototype)
-
toBuilder
public SessionServiceOuterClass.SessionRunRequest.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected SessionServiceOuterClass.SessionRunRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static SessionServiceOuterClass.SessionRunRequest getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<SessionServiceOuterClass.SessionRunRequest> parser()
-
getParserForType
public com.google.protobuf.Parser<SessionServiceOuterClass.SessionRunRequest> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public SessionServiceOuterClass.SessionRunRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-