Class InstanceDetails

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.791-07:00") public class InstanceDetails extends Object
Instance Details
  • Constructor Details

    • InstanceDetails

      public InstanceDetails()
  • Method Details

    • getCpu

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

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

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

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

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

      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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public String toString()
      Overrides:
      toString in class Object