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)


11081
11082
11083
# File 'sig/types.rbs', line 11081

def count
  @count
end

#gpu_partition_size::Float

Returns the value of attribute gpu_partition_size.

Returns:

  • (::Float)


11083
11084
11085
# File 'sig/types.rbs', line 11083

def gpu_partition_size
  @gpu_partition_size
end

#logical_gpu_count::Integer

Returns the value of attribute logical_gpu_count.

Returns:

  • (::Integer)


11082
11083
11084
# File 'sig/types.rbs', line 11082

def logical_gpu_count
  @logical_gpu_count
end

#manufacturer::String

Returns the value of attribute manufacturer.

Returns:

  • (::String)


11080
11081
11082
# File 'sig/types.rbs', line 11080

def manufacturer
  @manufacturer
end

#memory_infoTypes::GpuDeviceMemoryInfo

Returns the value of attribute memory_info.



11085
11086
11087
# File 'sig/types.rbs', line 11085

def memory_info
  @memory_info
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


11079
11080
11081
# File 'sig/types.rbs', line 11079

def name
  @name
end

#workloads::Array[::String]

Returns the value of attribute workloads.

Returns:

  • (::Array[::String])


11084
11085
11086
# File 'sig/types.rbs', line 11084

def workloads
  @workloads
end