Class: Aws::Types::GpuDeviceInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


10638
10639
10640
# File 'sig/types.rbs', line 10638

def count
  @count
end

#gpu_partition_size::Float

Returns the value of attribute gpu_partition_size.

Returns:

  • (::Float)


10640
10641
10642
# File 'sig/types.rbs', line 10640

def gpu_partition_size
  @gpu_partition_size
end

#logical_gpu_count::Integer

Returns the value of attribute logical_gpu_count.

Returns:

  • (::Integer)


10639
10640
10641
# File 'sig/types.rbs', line 10639

def logical_gpu_count
  @logical_gpu_count
end

#manufacturer::String

Returns the value of attribute manufacturer.

Returns:

  • (::String)


10637
10638
10639
# File 'sig/types.rbs', line 10637

def manufacturer
  @manufacturer
end

#memory_infoTypes::GpuDeviceMemoryInfo

Returns the value of attribute memory_info.



10642
10643
10644
# File 'sig/types.rbs', line 10642

def memory_info
  @memory_info
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


10636
10637
10638
# File 'sig/types.rbs', line 10636

def name
  @name
end

#workloads::Array[::String]

Returns the value of attribute workloads.

Returns:

  • (::Array[::String])


10641
10642
10643
# File 'sig/types.rbs', line 10641

def workloads
  @workloads
end