Class: Aws::Types::NeuronDeviceInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#core_infoTypes::NeuronDeviceCoreInfo

Returns the value of attribute core_info.



14893
14894
14895
# File 'sig/types.rbs', line 14893

def core_info
  @core_info
end

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


14891
14892
14893
# File 'sig/types.rbs', line 14891

def count
  @count
end

#memory_infoTypes::NeuronDeviceMemoryInfo

Returns the value of attribute memory_info.



14894
14895
14896
# File 'sig/types.rbs', line 14894

def memory_info
  @memory_info
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


14892
14893
14894
# File 'sig/types.rbs', line 14892

def name
  @name
end