public static Final class RunOptions.Experimental.RunHandlerPoolOptions.Builder
Options for run handler thread pool.Protobuf 型
tensorflow.RunOptions.Experimental.RunHandlerPoolOptions
パブリックメソッド
継承されたメソッド
パブリックメソッド
public RunOptions.Experimental.RunHandlerPoolOptions.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
public RunOptions.Experimental.RunHandlerPoolOptions.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
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 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;
パブリック最終ブール値isInitialized ()
public RunOptions.Experimental.RunHandlerPoolOptions.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public RunOptions.Experimental.RunHandlerPoolOptions.Builder mergeFrom (com.google.protobuf.Message other)
public Final RunOptions.Experimental.RunHandlerPoolOptions.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
public RunOptions.Experimental.RunHandlerPoolOptions.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
public RunOptions.Experimental.RunHandlerPoolOptions.Builder setPriority (長い値)
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;