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, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public 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.Builder
clear
in interface org.nd4j.shade.protobuf.MessageLite.Builder
clear
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.Builder
getDescriptorForType
in interface org.nd4j.shade.protobuf.MessageOrBuilder
getDescriptorForType
in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<PartialRunSetupRequest.Builder>
public PartialRunSetupRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface org.nd4j.shade.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface org.nd4j.shade.protobuf.MessageOrBuilder
public PartialRunSetupRequest build()
build
in interface org.nd4j.shade.protobuf.Message.Builder
build
in interface org.nd4j.shade.protobuf.MessageLite.Builder
public PartialRunSetupRequest buildPartial()
buildPartial
in interface org.nd4j.shade.protobuf.Message.Builder
buildPartial
in interface org.nd4j.shade.protobuf.MessageLite.Builder
public PartialRunSetupRequest.Builder clone()
clone
in interface org.nd4j.shade.protobuf.Message.Builder
clone
in interface org.nd4j.shade.protobuf.MessageLite.Builder
clone
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.Builder
setField
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.Builder
clearField
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.Builder
clearOneof
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.Builder
setRepeatedField
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.Builder
addRepeatedField
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.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface org.nd4j.shade.protobuf.MessageLite.Builder
mergeFrom
in class org.nd4j.shade.protobuf.AbstractMessage.Builder<PartialRunSetupRequest.Builder>
IOException
public String getSessionHandle()
REQUIRED: session_handle must be returned by a CreateSession call to the same master service.
string session_handle = 1;
getSessionHandle
in interface PartialRunSetupRequestOrBuilder
public 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 PartialRunSetupRequestOrBuilder
public 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 PartialRunSetupRequestOrBuilder
public int getFeedCount()
Tensors to be fed in future steps.
repeated string feed = 2;
getFeedCount
in interface PartialRunSetupRequestOrBuilder
public String getFeed(int index)
Tensors to be fed in future steps.
repeated string feed = 2;
getFeed
in interface PartialRunSetupRequestOrBuilder
public org.nd4j.shade.protobuf.ByteString getFeedBytes(int index)
Tensors to be fed in future steps.
repeated string feed = 2;
getFeedBytes
in interface PartialRunSetupRequestOrBuilder
public 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 PartialRunSetupRequestOrBuilder
public 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 PartialRunSetupRequestOrBuilder
public 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 PartialRunSetupRequestOrBuilder
public 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 PartialRunSetupRequestOrBuilder
public 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 PartialRunSetupRequestOrBuilder
public 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 PartialRunSetupRequestOrBuilder
public 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 PartialRunSetupRequestOrBuilder
public 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 PartialRunSetupRequestOrBuilder
public 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.Builder
setUnknownFields
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.Builder
mergeUnknownFields
in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<PartialRunSetupRequest.Builder>
Copyright © 2019. All rights reserved.