Interface DatasetOptions.ThreadingOptionsOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
DatasetOptions.ThreadingOptions, DatasetOptions.ThreadingOptions.Builder
Enclosing class:
DatasetOptions

public static interface DatasetOptions.ThreadingOptionsOrBuilder extends MessageOrBuilder
  • Method Details

    • hasMaxIntraOpParallelism

      boolean hasMaxIntraOpParallelism()
      int32 max_intra_op_parallelism = 1;
      Returns:
      Whether the maxIntraOpParallelism field is set.
    • getMaxIntraOpParallelism

      int getMaxIntraOpParallelism()
      int32 max_intra_op_parallelism = 1;
      Returns:
      The maxIntraOpParallelism.
    • hasPrivateThreadpoolSize

      boolean hasPrivateThreadpoolSize()
      int32 private_threadpool_size = 2;
      Returns:
      Whether the privateThreadpoolSize field is set.
    • getPrivateThreadpoolSize

      int getPrivateThreadpoolSize()
      int32 private_threadpool_size = 2;
      Returns:
      The privateThreadpoolSize.
    • getOptionalMaxIntraOpParallelismCase

    • getOptionalPrivateThreadpoolSizeCase