RunOptions.Experimental.RunHandlerPoolOptions.Builder

public static final class RunOptions.Experimental.RunHandlerPoolOptions.Builder

 Options for run handler thread pool.
 
Protobuf type tensorflow.RunOptions.Experimental.RunHandlerPoolOptions

Public Methods

RunOptions.Experimental.RunHandlerPoolOptions.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
RunOptions.Experimental.RunHandlerPoolOptions
build()
RunOptions.Experimental.RunHandlerPoolOptions
RunOptions.Experimental.RunHandlerPoolOptions.Builder
clear()
RunOptions.Experimental.RunHandlerPoolOptions.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
RunOptions.Experimental.RunHandlerPoolOptions.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
RunOptions.Experimental.RunHandlerPoolOptions.Builder
clearPriority()
 Priority of the request.
RunOptions.Experimental.RunHandlerPoolOptions.Builder
clone()
RunOptions.Experimental.RunHandlerPoolOptions
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
long
getPriority()
 Priority of the request.
final boolean
RunOptions.Experimental.RunHandlerPoolOptions.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RunOptions.Experimental.RunHandlerPoolOptions.Builder
mergeFrom(com.google.protobuf.Message other)
final RunOptions.Experimental.RunHandlerPoolOptions.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
RunOptions.Experimental.RunHandlerPoolOptions.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
RunOptions.Experimental.RunHandlerPoolOptions.Builder
setPriority(long value)
 Priority of the request.
RunOptions.Experimental.RunHandlerPoolOptions.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
final RunOptions.Experimental.RunHandlerPoolOptions.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)

Inherited Methods

Public Methods

public RunOptions.Experimental.RunHandlerPoolOptions.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

public RunOptions.Experimental.RunHandlerPoolOptions.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor field)

public RunOptions.Experimental.RunHandlerPoolOptions.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public RunOptions.Experimental.RunHandlerPoolOptions.Builder clearPriority ()

 Priority of the request. The run handler thread pool will schedule ops
 based on the priority number. The larger number means higher priority.
 
int64 priority = 1;

public RunOptions.Experimental.RunHandlerPoolOptions getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public long getPriority ()

 Priority of the request. The run handler thread pool will schedule ops
 based on the priority number. The larger number means higher priority.
 
int64 priority = 1;

public final boolean isInitialized ()

public RunOptions.Experimental.RunHandlerPoolOptions.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public RunOptions.Experimental.RunHandlerPoolOptions.Builder mergeFrom (com.google.protobuf.Message other)

public final RunOptions.Experimental.RunHandlerPoolOptions.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public RunOptions.Experimental.RunHandlerPoolOptions.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)

public RunOptions.Experimental.RunHandlerPoolOptions.Builder setPriority (long value)

 Priority of the request. The run handler thread pool will schedule ops
 based on the priority number. The larger number means higher priority.
 
int64 priority = 1;

public RunOptions.Experimental.RunHandlerPoolOptions.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)

public final RunOptions.Experimental.RunHandlerPoolOptions.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)