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.



15529
15530
15531
# File 'sig/types.rbs', line 15529

def core_info
  @core_info
end

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


15527
15528
15529
# File 'sig/types.rbs', line 15527

def count
  @count
end

#memory_infoTypes::NeuronDeviceMemoryInfo

Returns the value of attribute memory_info.



15530
15531
15532
# File 'sig/types.rbs', line 15530

def memory_info
  @memory_info
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


15528
15529
15530
# File 'sig/types.rbs', line 15528

def name
  @name
end