Interface InferenceDeviceMemoryInfo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<InferenceDeviceMemoryInfo.Builder,InferenceDeviceMemoryInfo>, SdkBuilder<InferenceDeviceMemoryInfo.Builder,InferenceDeviceMemoryInfo>, SdkPojo
Enclosing class:
InferenceDeviceMemoryInfo

public static interface InferenceDeviceMemoryInfo.Builder extends SdkPojo, CopyableBuilder<InferenceDeviceMemoryInfo.Builder,InferenceDeviceMemoryInfo>
  • Method Details

    • sizeInMiB

      The size of the memory available to the inference accelerator, in MiB.

      Parameters:
      sizeInMiB - The size of the memory available to the inference accelerator, in MiB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.