Class InstanceDetails

java.lang.Object
com.cloudera.cdp.ml.model.InstanceDetails

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:34.535-07:00") public class InstanceDetails extends Object
Instance Details
  • Constructor Details Link icon

    • InstanceDetails Link icon

      public InstanceDetails()
  • Method Details Link icon

    • getCpu Link icon

      public String getCpu()
      Getter for cpu. The number of CPU cores available for the instance in the region.
    • setCpu Link icon

      public void setCpu(String cpu)
      Setter for cpu. The number of CPU cores available for the instance in the region.
    • getGpu Link icon

      public String getGpu()
      Getter for gpu. The number of GPUs available for the instance in the region.
    • setGpu Link icon

      public void setGpu(String gpu)
      Setter for gpu. The number of GPUs available for the instance in the region.
    • getMemory Link icon

      public String getMemory()
      Getter for memory. The amount of memory (RAM) available for the instance in the region, typically measured in GB.
    • setMemory Link icon

      public void setMemory(String memory)
      Setter for memory. The amount of memory (RAM) available for the instance in the region, typically measured in GB.
    • getName Link icon

      public String getName()
      Getter for name. A unique name or identifier for the instance type in the region.
    • setName Link icon

      public void setName(String name)
      Setter for name. A unique name or identifier for the instance type in the region.
    • getCategory Link icon

      public String getCategory()
      Getter for category. Name of the CPU/GPU category to which it belongs.
    • setCategory Link icon

      public void setCategory(String category)
      Setter for category. Name of the CPU/GPU category to which it belongs.
    • getGpuModel Link icon

      public String getGpuModel()
      Getter for gpuModel. GPU model.
    • setGpuModel Link icon

      public void setGpuModel(String gpuModel)
      Setter for gpuModel. GPU model.
    • getGpuType Link icon

      public String getGpuType()
      Getter for gpuType. GPU model type.
    • setGpuType Link icon

      public void setGpuType(String gpuType)
      Setter for gpuType. GPU model type.
    • getGpuMemory Link icon

      public String getGpuMemory()
      Getter for gpuMemory. Memory capacity of the GPU.
    • setGpuMemory Link icon

      public void setGpuMemory(String gpuMemory)
      Setter for gpuMemory. Memory capacity of the GPU.
    • getComputeCapability Link icon

      public String getComputeCapability()
      Getter for computeCapability. Compute capability of the GPU.
    • setComputeCapability Link icon

      public void setComputeCapability(String computeCapability)
      Setter for computeCapability. Compute capability of the GPU.
    • getInterconnectType Link icon

      public String getInterconnectType()
      Getter for interconnectType. Type of interconnect between GPUs.
    • setInterconnectType Link icon

      public void setInterconnectType(String interconnectType)
      Setter for interconnectType. Type of interconnect between GPUs.
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object