Interface Instance.AcceleratorConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getCoreCount()
      Count of cores of this accelerator.
      Instance.AcceleratorType 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.Instance.AcceleratorType type = 1;
        Returns:
        The enum numeric value on the wire for type.
      • getType

        Instance.AcceleratorType getType()
         Type of this accelerator.
         
        .google.cloud.notebooks.v1.Instance.AcceleratorType type = 1;
        Returns:
        The type.
      • getCoreCount

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