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)


11707
11708
11709
# File 'sig/types.rbs', line 11707

def count
  @count
end

#manufacturer::String

Returns the value of attribute manufacturer.

Returns:

  • (::String)


11709
11710
11711
# File 'sig/types.rbs', line 11709

def manufacturer
  @manufacturer
end

#memory_infoTypes::InferenceDeviceMemoryInfo

Returns the value of attribute memory_info.



11710
11711
11712
# File 'sig/types.rbs', line 11710

def memory_info
  @memory_info
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


11708
11709
11710
# File 'sig/types.rbs', line 11708

def name
  @name
end