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.



15535
15536
15537
# File 'sig/types.rbs', line 15535

def core_info
  @core_info
end

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


15533
15534
15535
# File 'sig/types.rbs', line 15533

def count
  @count
end

#memory_infoTypes::NeuronDeviceMemoryInfo

Returns the value of attribute memory_info.



15536
15537
15538
# File 'sig/types.rbs', line 15536

def memory_info
  @memory_info
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


15534
15535
15536
# File 'sig/types.rbs', line 15534

def name
  @name
end