Interface ExecutionTemplate.SchedulerAcceleratorConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getCoreCount()
      Count of cores of this accelerator.
      ExecutionTemplate.SchedulerAcceleratorType getType()
      Type of this accelerator.
      int getTypeValue()
      Type of this accelerator.
      • 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

      • getTypeValue

        int getTypeValue()
         Type of this accelerator.
         
        .google.cloud.notebooks.v1.ExecutionTemplate.SchedulerAcceleratorType type = 1;
        Returns:
        The enum numeric value on the wire for type.
      • getCoreCount

        long getCoreCount()
         Count of cores of this accelerator.
         
        int64 core_count = 2;
        Returns:
        The coreCount.