public static final class PartialRunSetupRequest.Builder extends org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.ByteString value)
Tensors to be fed in future steps.
|
PartialRunSetupRequest.Builder |
addFetch(String value)
Fetches.
|
PartialRunSetupRequest.Builder |
addFetchBytes(org.nd4j.shade.protobuf.ByteString value)
Fetches.
|
PartialRunSetupRequest.Builder |
addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PartialRunSetupRequest.Builder |
addTarget(String value)
Target Nodes.
|
PartialRunSetupRequest.Builder |
addTargetBytes(org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
PartialRunSetupRequest.Builder |
clearOneof(org.nd4j.shade.protobuf.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 org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getFeed(int index)
Tensors to be fed in future steps.
|
org.nd4j.shade.protobuf.ByteString |
getFeedBytes(int index)
Tensors to be fed in future steps.
|
int |
getFeedCount()
Tensors to be fed in future steps.
|
org.nd4j.shade.protobuf.ProtocolStringList |
getFeedList()
Tensors to be fed in future steps.
|
String |
getFetch(int index)
Fetches.
|
org.nd4j.shade.protobuf.ByteString |
getFetchBytes(int index)
Fetches.
|
int |
getFetchCount()
Fetches.
|
org.nd4j.shade.protobuf.ProtocolStringList |
getFetchList()
Fetches.
|
String |
getSessionHandle()
REQUIRED: session_handle must be returned by a CreateSession call
to the same master service.
|
org.nd4j.shade.protobuf.ByteString |
getSessionHandleBytes()
REQUIRED: session_handle must be returned by a CreateSession call
to the same master service.
|
String |
getTarget(int index)
Target Nodes.
|
org.nd4j.shade.protobuf.ByteString |
getTargetBytes(int index)
Target Nodes.
|
int |
getTargetCount()
Target Nodes.
|
org.nd4j.shade.protobuf.ProtocolStringList |
getTargetList()
Target Nodes.
|
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
PartialRunSetupRequest.Builder |
mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
PartialRunSetupRequest.Builder |
mergeFrom(org.nd4j.shade.protobuf.Message other) |
PartialRunSetupRequest.Builder |
mergeFrom(PartialRunSetupRequest other) |
PartialRunSetupRequest.Builder |
mergeUnknownFields(org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PartialRunSetupRequest.Builder |
setRepeatedField(org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.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 org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<PartialRunSetupRequest.Builder>public PartialRunSetupRequest.Builder clear()
clear in interface org.nd4j.shade.protobuf.Message.Builderclear in interface org.nd4j.shade.protobuf.MessageLite.Builderclear in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<PartialRunSetupRequest.Builder>public org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface org.nd4j.shade.protobuf.Message.BuildergetDescriptorForType in interface org.nd4j.shade.protobuf.MessageOrBuildergetDescriptorForType in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<PartialRunSetupRequest.Builder>public PartialRunSetupRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilderpublic PartialRunSetupRequest build()
build in interface org.nd4j.shade.protobuf.Message.Builderbuild in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic PartialRunSetupRequest buildPartial()
buildPartial in interface org.nd4j.shade.protobuf.Message.BuilderbuildPartial in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic PartialRunSetupRequest.Builder clone()
clone in interface org.nd4j.shade.protobuf.Message.Builderclone in interface org.nd4j.shade.protobuf.MessageLite.Builderclone in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<PartialRunSetupRequest.Builder>public PartialRunSetupRequest.Builder setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface org.nd4j.shade.protobuf.Message.BuildersetField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<PartialRunSetupRequest.Builder>public PartialRunSetupRequest.Builder clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)
clearField in interface org.nd4j.shade.protobuf.Message.BuilderclearField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<PartialRunSetupRequest.Builder>public PartialRunSetupRequest.Builder clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface org.nd4j.shade.protobuf.Message.BuilderclearOneof in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<PartialRunSetupRequest.Builder>public PartialRunSetupRequest.Builder setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface org.nd4j.shade.protobuf.Message.BuildersetRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<PartialRunSetupRequest.Builder>public PartialRunSetupRequest.Builder addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface org.nd4j.shade.protobuf.Message.BuilderaddRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<PartialRunSetupRequest.Builder>public PartialRunSetupRequest.Builder mergeFrom(org.nd4j.shade.protobuf.Message other)
mergeFrom in interface org.nd4j.shade.protobuf.Message.BuildermergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<PartialRunSetupRequest.Builder>public PartialRunSetupRequest.Builder mergeFrom(PartialRunSetupRequest other)
public final boolean isInitialized()
isInitialized in interface org.nd4j.shade.protobuf.MessageLiteOrBuilderisInitialized in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<PartialRunSetupRequest.Builder>public PartialRunSetupRequest.Builder mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface org.nd4j.shade.protobuf.Message.BuildermergeFrom in interface org.nd4j.shade.protobuf.MessageLite.BuildermergeFrom in class org.nd4j.shade.protobuf.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 org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.ByteString value)
REQUIRED: session_handle must be returned by a CreateSession call to the same master service.
string session_handle = 1;public org.nd4j.shade.protobuf.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 org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.ByteString value)
Tensors to be fed in future steps.
repeated string feed = 2;public org.nd4j.shade.protobuf.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 org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.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 org.nd4j.shade.protobuf.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 org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.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(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface org.nd4j.shade.protobuf.Message.BuildersetUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<PartialRunSetupRequest.Builder>public final PartialRunSetupRequest.Builder mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface org.nd4j.shade.protobuf.Message.BuildermergeUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<PartialRunSetupRequest.Builder>Copyright © 2021. All rights reserved.