public static final class ExtendSessionRequest.Builder extends com.github.os72.protobuf351.GeneratedMessageV3.Builder<ExtendSessionRequest.Builder> implements ExtendSessionRequestOrBuilder
tensorflow.ExtendSessionRequest
Modifier and Type | Method and Description |
---|---|
ExtendSessionRequest.Builder |
addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
ExtendSessionRequest |
build() |
ExtendSessionRequest |
buildPartial() |
ExtendSessionRequest.Builder |
clear() |
ExtendSessionRequest.Builder |
clearCurrentGraphVersion()
REQUIRED: The version number of the graph to be extended.
|
ExtendSessionRequest.Builder |
clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field) |
ExtendSessionRequest.Builder |
clearGraphDef()
REQUIRED: The nodes to be added to the session's graph.
|
ExtendSessionRequest.Builder |
clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof) |
ExtendSessionRequest.Builder |
clearSessionHandle()
REQUIRED: session_handle must be returned by a CreateSession call
to the same master service.
|
ExtendSessionRequest.Builder |
clone() |
long |
getCurrentGraphVersion()
REQUIRED: The version number of the graph to be extended.
|
ExtendSessionRequest |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptorForType() |
GraphDef |
getGraphDef()
REQUIRED: The nodes to be added to the session's graph.
|
GraphDef.Builder |
getGraphDefBuilder()
REQUIRED: The nodes to be added to the session's graph.
|
GraphDefOrBuilder |
getGraphDefOrBuilder()
REQUIRED: The nodes to be added to the session's graph.
|
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.
|
boolean |
hasGraphDef()
REQUIRED: The nodes to be added to the session's graph.
|
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ExtendSessionRequest.Builder |
mergeFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
ExtendSessionRequest.Builder |
mergeFrom(ExtendSessionRequest other) |
ExtendSessionRequest.Builder |
mergeFrom(com.github.os72.protobuf351.Message other) |
ExtendSessionRequest.Builder |
mergeGraphDef(GraphDef value)
REQUIRED: The nodes to be added to the session's graph.
|
ExtendSessionRequest.Builder |
mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
ExtendSessionRequest.Builder |
setCurrentGraphVersion(long value)
REQUIRED: The version number of the graph to be extended.
|
ExtendSessionRequest.Builder |
setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
ExtendSessionRequest.Builder |
setGraphDef(GraphDef.Builder builderForValue)
REQUIRED: The nodes to be added to the session's graph.
|
ExtendSessionRequest.Builder |
setGraphDef(GraphDef value)
REQUIRED: The nodes to be added to the session's graph.
|
ExtendSessionRequest.Builder |
setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
int index,
Object value) |
ExtendSessionRequest.Builder |
setSessionHandle(String value)
REQUIRED: session_handle must be returned by a CreateSession call
to the same master service.
|
ExtendSessionRequest.Builder |
setSessionHandleBytes(com.github.os72.protobuf351.ByteString value)
REQUIRED: session_handle must be returned by a CreateSession call
to the same master service.
|
ExtendSessionRequest.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<ExtendSessionRequest.Builder>
public ExtendSessionRequest.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<ExtendSessionRequest.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<ExtendSessionRequest.Builder>
public ExtendSessionRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.github.os72.protobuf351.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.github.os72.protobuf351.MessageOrBuilder
public ExtendSessionRequest build()
build
in interface com.github.os72.protobuf351.Message.Builder
build
in interface com.github.os72.protobuf351.MessageLite.Builder
public ExtendSessionRequest buildPartial()
buildPartial
in interface com.github.os72.protobuf351.Message.Builder
buildPartial
in interface com.github.os72.protobuf351.MessageLite.Builder
public ExtendSessionRequest.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<ExtendSessionRequest.Builder>
public ExtendSessionRequest.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<ExtendSessionRequest.Builder>
public ExtendSessionRequest.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<ExtendSessionRequest.Builder>
public ExtendSessionRequest.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<ExtendSessionRequest.Builder>
public ExtendSessionRequest.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<ExtendSessionRequest.Builder>
public ExtendSessionRequest.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<ExtendSessionRequest.Builder>
public ExtendSessionRequest.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<ExtendSessionRequest.Builder>
public ExtendSessionRequest.Builder mergeFrom(ExtendSessionRequest other)
public final boolean isInitialized()
isInitialized
in interface com.github.os72.protobuf351.MessageLiteOrBuilder
isInitialized
in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<ExtendSessionRequest.Builder>
public ExtendSessionRequest.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<ExtendSessionRequest.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 ExtendSessionRequestOrBuilder
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 ExtendSessionRequestOrBuilder
public ExtendSessionRequest.Builder setSessionHandle(String value)
REQUIRED: session_handle must be returned by a CreateSession call to the same master service.
string session_handle = 1;
public ExtendSessionRequest.Builder clearSessionHandle()
REQUIRED: session_handle must be returned by a CreateSession call to the same master service.
string session_handle = 1;
public ExtendSessionRequest.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 boolean hasGraphDef()
REQUIRED: The nodes to be added to the session's graph. If any node has the same name as an existing node, the operation will fail with ILLEGAL_ARGUMENT.
.tensorflow.GraphDef graph_def = 2;
hasGraphDef
in interface ExtendSessionRequestOrBuilder
public GraphDef getGraphDef()
REQUIRED: The nodes to be added to the session's graph. If any node has the same name as an existing node, the operation will fail with ILLEGAL_ARGUMENT.
.tensorflow.GraphDef graph_def = 2;
getGraphDef
in interface ExtendSessionRequestOrBuilder
public ExtendSessionRequest.Builder setGraphDef(GraphDef value)
REQUIRED: The nodes to be added to the session's graph. If any node has the same name as an existing node, the operation will fail with ILLEGAL_ARGUMENT.
.tensorflow.GraphDef graph_def = 2;
public ExtendSessionRequest.Builder setGraphDef(GraphDef.Builder builderForValue)
REQUIRED: The nodes to be added to the session's graph. If any node has the same name as an existing node, the operation will fail with ILLEGAL_ARGUMENT.
.tensorflow.GraphDef graph_def = 2;
public ExtendSessionRequest.Builder mergeGraphDef(GraphDef value)
REQUIRED: The nodes to be added to the session's graph. If any node has the same name as an existing node, the operation will fail with ILLEGAL_ARGUMENT.
.tensorflow.GraphDef graph_def = 2;
public ExtendSessionRequest.Builder clearGraphDef()
REQUIRED: The nodes to be added to the session's graph. If any node has the same name as an existing node, the operation will fail with ILLEGAL_ARGUMENT.
.tensorflow.GraphDef graph_def = 2;
public GraphDef.Builder getGraphDefBuilder()
REQUIRED: The nodes to be added to the session's graph. If any node has the same name as an existing node, the operation will fail with ILLEGAL_ARGUMENT.
.tensorflow.GraphDef graph_def = 2;
public GraphDefOrBuilder getGraphDefOrBuilder()
REQUIRED: The nodes to be added to the session's graph. If any node has the same name as an existing node, the operation will fail with ILLEGAL_ARGUMENT.
.tensorflow.GraphDef graph_def = 2;
getGraphDefOrBuilder
in interface ExtendSessionRequestOrBuilder
public long getCurrentGraphVersion()
REQUIRED: The version number of the graph to be extended. This will be tested against the current server-side version number, and the operation will fail with FAILED_PRECONDITION if they do not match.
int64 current_graph_version = 3;
getCurrentGraphVersion
in interface ExtendSessionRequestOrBuilder
public ExtendSessionRequest.Builder setCurrentGraphVersion(long value)
REQUIRED: The version number of the graph to be extended. This will be tested against the current server-side version number, and the operation will fail with FAILED_PRECONDITION if they do not match.
int64 current_graph_version = 3;
public ExtendSessionRequest.Builder clearCurrentGraphVersion()
REQUIRED: The version number of the graph to be extended. This will be tested against the current server-side version number, and the operation will fail with FAILED_PRECONDITION if they do not match.
int64 current_graph_version = 3;
public final ExtendSessionRequest.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<ExtendSessionRequest.Builder>
public final ExtendSessionRequest.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<ExtendSessionRequest.Builder>
Copyright © 2018. All rights reserved.