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, 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 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.Builder
clear
in interface com.github.os72.protobuf351.MessageLite.Builder
clear
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.Builder
getDescriptorForType
in interface com.github.os72.protobuf351.MessageOrBuilder
getDescriptorForType
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<PartialRunSetupRequest.Builder>
public PartialRunSetupRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.github.os72.protobuf351.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.github.os72.protobuf351.MessageOrBuilder
public PartialRunSetupRequest build()
build
in interface com.github.os72.protobuf351.Message.Builder
build
in interface com.github.os72.protobuf351.MessageLite.Builder
public PartialRunSetupRequest buildPartial()
buildPartial
in interface com.github.os72.protobuf351.Message.Builder
buildPartial
in interface com.github.os72.protobuf351.MessageLite.Builder
public PartialRunSetupRequest.Builder clone()
clone
in interface com.github.os72.protobuf351.Message.Builder
clone
in interface com.github.os72.protobuf351.MessageLite.Builder
clone
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.Builder
setField
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.Builder
clearField
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.Builder
clearOneof
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.Builder
setRepeatedField
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.Builder
addRepeatedField
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.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.github.os72.protobuf351.MessageLite.Builder
mergeFrom
in class com.github.os72.protobuf351.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 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 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(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 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 com.github.os72.protobuf351.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(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 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 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 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(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 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 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 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(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.Builder
setUnknownFields
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.Builder
mergeUnknownFields
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<PartialRunSetupRequest.Builder>
Copyright © 2018. All rights reserved.