public static final class PartialRunSetupRequest.Builder extends com.github.os72.protobuf351.GeneratedMessageV3.Builder<PartialRunSetupRequest.Builder> implements PartialRunSetupRequestOrBuilder
tensorflow.PartialRunSetupRequest| Modifier and Type | Method and Description |
|---|---|
PartialRunSetupRequest.Builder |
addAllFeed(Iterable<String> values)
Tensors to be fed in future steps.
|
PartialRunSetupRequest.Builder |
addAllFetch(Iterable<String> values)
Fetches.
|
PartialRunSetupRequest.Builder |
addAllTarget(Iterable<String> values)
Target Nodes.
|
PartialRunSetupRequest.Builder |
addFeed(String value)
Tensors to be fed in future steps.
|
PartialRunSetupRequest.Builder |
addFeedBytes(com.github.os72.protobuf351.ByteString value)
Tensors to be fed in future steps.
|
PartialRunSetupRequest.Builder |
addFetch(String value)
Fetches.
|
PartialRunSetupRequest.Builder |
addFetchBytes(com.github.os72.protobuf351.ByteString value)
Fetches.
|
PartialRunSetupRequest.Builder |
addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
PartialRunSetupRequest.Builder |
addTarget(String value)
Target Nodes.
|
PartialRunSetupRequest.Builder |
addTargetBytes(com.github.os72.protobuf351.ByteString value)
Target Nodes.
|
PartialRunSetupRequest |
build() |
PartialRunSetupRequest |
buildPartial() |
PartialRunSetupRequest.Builder |
clear() |
PartialRunSetupRequest.Builder |
clearFeed()
Tensors to be fed in future steps.
|
PartialRunSetupRequest.Builder |
clearFetch()
Fetches.
|
PartialRunSetupRequest.Builder |
clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field) |
PartialRunSetupRequest.Builder |
clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof) |
PartialRunSetupRequest.Builder |
clearSessionHandle()
REQUIRED: session_handle must be returned by a CreateSession call
to the same master service.
|
PartialRunSetupRequest.Builder |
clearTarget()
Target Nodes.
|
PartialRunSetupRequest.Builder |
clone() |
PartialRunSetupRequest |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptorForType() |
String |
getFeed(int index)
Tensors to be fed in future steps.
|
com.github.os72.protobuf351.ByteString |
getFeedBytes(int index)
Tensors to be fed in future steps.
|
int |
getFeedCount()
Tensors to be fed in future steps.
|
com.github.os72.protobuf351.ProtocolStringList |
getFeedList()
Tensors to be fed in future steps.
|
String |
getFetch(int index)
Fetches.
|
com.github.os72.protobuf351.ByteString |
getFetchBytes(int index)
Fetches.
|
int |
getFetchCount()
Fetches.
|
com.github.os72.protobuf351.ProtocolStringList |
getFetchList()
Fetches.
|
String |
getSessionHandle()
REQUIRED: session_handle must be returned by a CreateSession call
to the same master service.
|
com.github.os72.protobuf351.ByteString |
getSessionHandleBytes()
REQUIRED: session_handle must be returned by a CreateSession call
to the same master service.
|
String |
getTarget(int index)
Target Nodes.
|
com.github.os72.protobuf351.ByteString |
getTargetBytes(int index)
Target Nodes.
|
int |
getTargetCount()
Target Nodes.
|
com.github.os72.protobuf351.ProtocolStringList |
getTargetList()
Target Nodes.
|
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
PartialRunSetupRequest.Builder |
mergeFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
PartialRunSetupRequest.Builder |
mergeFrom(com.github.os72.protobuf351.Message other) |
PartialRunSetupRequest.Builder |
mergeFrom(PartialRunSetupRequest other) |
PartialRunSetupRequest.Builder |
mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
PartialRunSetupRequest.Builder |
setFeed(int index,
String value)
Tensors to be fed in future steps.
|
PartialRunSetupRequest.Builder |
setFetch(int index,
String value)
Fetches.
|
PartialRunSetupRequest.Builder |
setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
PartialRunSetupRequest.Builder |
setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
int index,
Object value) |
PartialRunSetupRequest.Builder |
setSessionHandle(String value)
REQUIRED: session_handle must be returned by a CreateSession call
to the same master service.
|
PartialRunSetupRequest.Builder |
setSessionHandleBytes(com.github.os72.protobuf351.ByteString value)
REQUIRED: session_handle must be returned by a CreateSession call
to the same master service.
|
PartialRunSetupRequest.Builder |
setTarget(int index,
String value)
Target Nodes.
|
PartialRunSetupRequest.Builder |
setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.github.os72.protobuf351.Descriptors.Descriptor getDescriptor()
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<PartialRunSetupRequest.Builder>public PartialRunSetupRequest.Builder clear()
clear in interface com.github.os72.protobuf351.Message.Builderclear in interface com.github.os72.protobuf351.MessageLite.Builderclear in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<PartialRunSetupRequest.Builder>public com.github.os72.protobuf351.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.github.os72.protobuf351.Message.BuildergetDescriptorForType in interface com.github.os72.protobuf351.MessageOrBuildergetDescriptorForType in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<PartialRunSetupRequest.Builder>public PartialRunSetupRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.github.os72.protobuf351.MessageLiteOrBuildergetDefaultInstanceForType in interface com.github.os72.protobuf351.MessageOrBuilderpublic PartialRunSetupRequest build()
build in interface com.github.os72.protobuf351.Message.Builderbuild in interface com.github.os72.protobuf351.MessageLite.Builderpublic PartialRunSetupRequest buildPartial()
buildPartial in interface com.github.os72.protobuf351.Message.BuilderbuildPartial in interface com.github.os72.protobuf351.MessageLite.Builderpublic PartialRunSetupRequest.Builder clone()
clone in interface com.github.os72.protobuf351.Message.Builderclone in interface com.github.os72.protobuf351.MessageLite.Builderclone in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<PartialRunSetupRequest.Builder>public PartialRunSetupRequest.Builder setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
setField in interface com.github.os72.protobuf351.Message.BuildersetField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<PartialRunSetupRequest.Builder>public PartialRunSetupRequest.Builder clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field)
clearField in interface com.github.os72.protobuf351.Message.BuilderclearField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<PartialRunSetupRequest.Builder>public PartialRunSetupRequest.Builder clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.github.os72.protobuf351.Message.BuilderclearOneof in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<PartialRunSetupRequest.Builder>public PartialRunSetupRequest.Builder setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.github.os72.protobuf351.Message.BuildersetRepeatedField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<PartialRunSetupRequest.Builder>public PartialRunSetupRequest.Builder addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.github.os72.protobuf351.Message.BuilderaddRepeatedField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<PartialRunSetupRequest.Builder>public PartialRunSetupRequest.Builder mergeFrom(com.github.os72.protobuf351.Message other)
mergeFrom in interface com.github.os72.protobuf351.Message.BuildermergeFrom in class com.github.os72.protobuf351.AbstractMessage.Builder<PartialRunSetupRequest.Builder>public PartialRunSetupRequest.Builder mergeFrom(PartialRunSetupRequest other)
public final boolean isInitialized()
isInitialized in interface com.github.os72.protobuf351.MessageLiteOrBuilderisInitialized in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<PartialRunSetupRequest.Builder>public PartialRunSetupRequest.Builder mergeFrom(com.github.os72.protobuf351.CodedInputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.github.os72.protobuf351.Message.BuildermergeFrom in interface com.github.os72.protobuf351.MessageLite.BuildermergeFrom in class com.github.os72.protobuf351.AbstractMessage.Builder<PartialRunSetupRequest.Builder>IOExceptionpublic String getSessionHandle()
REQUIRED: session_handle must be returned by a CreateSession call to the same master service.
string session_handle = 1;getSessionHandle in interface PartialRunSetupRequestOrBuilderpublic com.github.os72.protobuf351.ByteString getSessionHandleBytes()
REQUIRED: session_handle must be returned by a CreateSession call to the same master service.
string session_handle = 1;getSessionHandleBytes in interface PartialRunSetupRequestOrBuilderpublic PartialRunSetupRequest.Builder setSessionHandle(String value)
REQUIRED: session_handle must be returned by a CreateSession call to the same master service.
string session_handle = 1;public PartialRunSetupRequest.Builder clearSessionHandle()
REQUIRED: session_handle must be returned by a CreateSession call to the same master service.
string session_handle = 1;public PartialRunSetupRequest.Builder setSessionHandleBytes(com.github.os72.protobuf351.ByteString value)
REQUIRED: session_handle must be returned by a CreateSession call to the same master service.
string session_handle = 1;public com.github.os72.protobuf351.ProtocolStringList getFeedList()
Tensors to be fed in future steps.
repeated string feed = 2;getFeedList in interface PartialRunSetupRequestOrBuilderpublic int getFeedCount()
Tensors to be fed in future steps.
repeated string feed = 2;getFeedCount in interface PartialRunSetupRequestOrBuilderpublic String getFeed(int index)
Tensors to be fed in future steps.
repeated string feed = 2;getFeed in interface PartialRunSetupRequestOrBuilderpublic com.github.os72.protobuf351.ByteString getFeedBytes(int index)
Tensors to be fed in future steps.
repeated string feed = 2;getFeedBytes in interface PartialRunSetupRequestOrBuilderpublic PartialRunSetupRequest.Builder setFeed(int index, String value)
Tensors to be fed in future steps.
repeated string feed = 2;public PartialRunSetupRequest.Builder addFeed(String value)
Tensors to be fed in future steps.
repeated string feed = 2;public PartialRunSetupRequest.Builder addAllFeed(Iterable<String> values)
Tensors to be fed in future steps.
repeated string feed = 2;public PartialRunSetupRequest.Builder clearFeed()
Tensors to be fed in future steps.
repeated string feed = 2;public PartialRunSetupRequest.Builder addFeedBytes(com.github.os72.protobuf351.ByteString value)
Tensors to be fed in future steps.
repeated string feed = 2;public com.github.os72.protobuf351.ProtocolStringList getFetchList()
Fetches. A list of tensor names. The caller expects a tensor to be returned for each fetch[i] (see RunStepResponse.tensor), for corresponding partial RunStepRequests. The order of specified fetches does not change the execution order.
repeated string fetch = 3;getFetchList in interface PartialRunSetupRequestOrBuilderpublic int getFetchCount()
Fetches. A list of tensor names. The caller expects a tensor to be returned for each fetch[i] (see RunStepResponse.tensor), for corresponding partial RunStepRequests. The order of specified fetches does not change the execution order.
repeated string fetch = 3;getFetchCount in interface PartialRunSetupRequestOrBuilderpublic String getFetch(int index)
Fetches. A list of tensor names. The caller expects a tensor to be returned for each fetch[i] (see RunStepResponse.tensor), for corresponding partial RunStepRequests. The order of specified fetches does not change the execution order.
repeated string fetch = 3;getFetch in interface PartialRunSetupRequestOrBuilderpublic com.github.os72.protobuf351.ByteString getFetchBytes(int index)
Fetches. A list of tensor names. The caller expects a tensor to be returned for each fetch[i] (see RunStepResponse.tensor), for corresponding partial RunStepRequests. The order of specified fetches does not change the execution order.
repeated string fetch = 3;getFetchBytes in interface PartialRunSetupRequestOrBuilderpublic PartialRunSetupRequest.Builder setFetch(int index, String value)
Fetches. A list of tensor names. The caller expects a tensor to be returned for each fetch[i] (see RunStepResponse.tensor), for corresponding partial RunStepRequests. The order of specified fetches does not change the execution order.
repeated string fetch = 3;public PartialRunSetupRequest.Builder addFetch(String value)
Fetches. A list of tensor names. The caller expects a tensor to be returned for each fetch[i] (see RunStepResponse.tensor), for corresponding partial RunStepRequests. The order of specified fetches does not change the execution order.
repeated string fetch = 3;public PartialRunSetupRequest.Builder addAllFetch(Iterable<String> values)
Fetches. A list of tensor names. The caller expects a tensor to be returned for each fetch[i] (see RunStepResponse.tensor), for corresponding partial RunStepRequests. The order of specified fetches does not change the execution order.
repeated string fetch = 3;public PartialRunSetupRequest.Builder clearFetch()
Fetches. A list of tensor names. The caller expects a tensor to be returned for each fetch[i] (see RunStepResponse.tensor), for corresponding partial RunStepRequests. The order of specified fetches does not change the execution order.
repeated string fetch = 3;public PartialRunSetupRequest.Builder addFetchBytes(com.github.os72.protobuf351.ByteString value)
Fetches. A list of tensor names. The caller expects a tensor to be returned for each fetch[i] (see RunStepResponse.tensor), for corresponding partial RunStepRequests. The order of specified fetches does not change the execution order.
repeated string fetch = 3;public com.github.os72.protobuf351.ProtocolStringList getTargetList()
Target Nodes. A list of node names. The named nodes will be run in future steps, but their outputs will not be fetched.
repeated string target = 4;getTargetList in interface PartialRunSetupRequestOrBuilderpublic int getTargetCount()
Target Nodes. A list of node names. The named nodes will be run in future steps, but their outputs will not be fetched.
repeated string target = 4;getTargetCount in interface PartialRunSetupRequestOrBuilderpublic String getTarget(int index)
Target Nodes. A list of node names. The named nodes will be run in future steps, but their outputs will not be fetched.
repeated string target = 4;getTarget in interface PartialRunSetupRequestOrBuilderpublic com.github.os72.protobuf351.ByteString getTargetBytes(int index)
Target Nodes. A list of node names. The named nodes will be run in future steps, but their outputs will not be fetched.
repeated string target = 4;getTargetBytes in interface PartialRunSetupRequestOrBuilderpublic PartialRunSetupRequest.Builder setTarget(int index, String value)
Target Nodes. A list of node names. The named nodes will be run in future steps, but their outputs will not be fetched.
repeated string target = 4;public PartialRunSetupRequest.Builder addTarget(String value)
Target Nodes. A list of node names. The named nodes will be run in future steps, but their outputs will not be fetched.
repeated string target = 4;public PartialRunSetupRequest.Builder addAllTarget(Iterable<String> values)
Target Nodes. A list of node names. The named nodes will be run in future steps, but their outputs will not be fetched.
repeated string target = 4;public PartialRunSetupRequest.Builder clearTarget()
Target Nodes. A list of node names. The named nodes will be run in future steps, but their outputs will not be fetched.
repeated string target = 4;public PartialRunSetupRequest.Builder addTargetBytes(com.github.os72.protobuf351.ByteString value)
Target Nodes. A list of node names. The named nodes will be run in future steps, but their outputs will not be fetched.
repeated string target = 4;public final PartialRunSetupRequest.Builder setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
setUnknownFields in interface com.github.os72.protobuf351.Message.BuildersetUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<PartialRunSetupRequest.Builder>public final PartialRunSetupRequest.Builder mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.github.os72.protobuf351.Message.BuildermergeUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<PartialRunSetupRequest.Builder>Copyright © 2018. All rights reserved.