Skip to content

/AWS1/CL_EC2NEURONDEVICEINFO

Describes the neuron accelerators for the instance type.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_COUNT TYPE /AWS1/EC2NEURONDEVICECOUNT /AWS1/EC2NEURONDEVICECOUNT

The number of neuron accelerators for the instance type.

IV_NAME TYPE /AWS1/EC2NEURONDEVICENAME /AWS1/EC2NEURONDEVICENAME

The name of the neuron accelerator.

IO_COREINFO TYPE REF TO /AWS1/CL_EC2NEURONDEVCOREINFO /AWS1/CL_EC2NEURONDEVCOREINFO

Describes the cores available to each neuron accelerator.

IO_MEMORYINFO TYPE REF TO /AWS1/CL_EC2NEURONDEVMEMORYI00 /AWS1/CL_EC2NEURONDEVMEMORYI00

Describes the memory available to each neuron accelerator.


Queryable Attributes

Count

The number of neuron accelerators for the instance type.

Accessible with the following methods

Method Description
GET_COUNT() Getter for COUNT, with configurable default
ASK_COUNT() Getter for COUNT w/ exceptions if field has no value
HAS_COUNT() Determine if COUNT has a value

Name

The name of the neuron accelerator.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

CoreInfo

Describes the cores available to each neuron accelerator.

Accessible with the following methods

Method Description
GET_COREINFO() Getter for COREINFO

MemoryInfo

Describes the memory available to each neuron accelerator.

Accessible with the following methods

Method Description
GET_MEMORYINFO() Getter for MEMORYINFO

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_NEURONDEVICEINFOLIST

TYPES TT_NEURONDEVICEINFOLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2NEURONDEVICEINFO WITH DEFAULT KEY
.