Class: Aws::Types::InferenceDeviceInfo

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)


11483
11484
11485
# File 'sig/types.rbs', line 11483

def count
  @count
end

#manufacturer::String

Returns the value of attribute manufacturer.

Returns:

  • (::String)


11485
11486
11487
# File 'sig/types.rbs', line 11485

def manufacturer
  @manufacturer
end

#memory_infoTypes::InferenceDeviceMemoryInfo

Returns the value of attribute memory_info.



11486
11487
11488
# File 'sig/types.rbs', line 11486

def memory_info
  @memory_info
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


11484
11485
11486
# File 'sig/types.rbs', line 11484

def name
  @name
end