Interface Task.InfrastructureSpec.BatchComputeResourcesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getExecutorsCount()
      Optional.
      int getMaxExecutorsCount()
      Optional.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getExecutorsCount

        int getExecutorsCount()
         Optional. Total number of job executors.
         Executor Count should be between 2 and 100. [Default=2]
         
        int32 executors_count = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The executorsCount.
      • getMaxExecutorsCount

        int getMaxExecutorsCount()
         Optional. Max configurable executors.
         If max_executors_count > executors_count, then auto-scaling is enabled.
         Max Executor Count should be between 2 and 1000. [Default=1000]
         
        int32 max_executors_count = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The maxExecutorsCount.