Skip to content

/AWS1/CL_IOSDSCCOMPUTATIONMD01

DescribeComputationModelResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_computationmodelid TYPE /AWS1/IOSID /AWS1/IOSID

The ID of the computation model.

iv_computationmodelarn TYPE /AWS1/IOSARN /AWS1/IOSARN

The ARN of the computation model, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:computation-model/${ComputationModelId}

iv_computationmodelname TYPE /AWS1/IOSRESTRICTEDNAME /AWS1/IOSRESTRICTEDNAME

The name of the computation model.

io_computationmodelconf TYPE REF TO /AWS1/CL_IOSCOMPUTATIONMDELC00 /AWS1/CL_IOSCOMPUTATIONMDELC00

The configuration for the computation model.

it_computationmdeldatabind00 TYPE /AWS1/CL_IOSCOMPUTATIONMDELD00=>TT_COMPUTATIONMODELDATABINDING TT_COMPUTATIONMODELDATABINDING

The data binding for the computation model. Key is a variable name defined in configuration. Value is a ComputationModelDataBindingValue referenced by the variable.

iv_computationmdelcreation00 TYPE /AWS1/IOSTIMESTAMP /AWS1/IOSTIMESTAMP

The model creation date, in Unix epoch time.

iv_computationmdellastupdd00 TYPE /AWS1/IOSTIMESTAMP /AWS1/IOSTIMESTAMP

The date the model was last updated, in Unix epoch time.

io_computationmodelstatus TYPE REF TO /AWS1/CL_IOSCOMPUTATIONMDELS00 /AWS1/CL_IOSCOMPUTATIONMDELS00

The current status of the asset model, which contains a state and an error message if any.

iv_computationmodelversion TYPE /AWS1/IOSVERSION /AWS1/IOSVERSION

The version of the computation model.

it_actiondefinitions TYPE /AWS1/CL_IOSACTIONDEFINITION=>TT_ACTIONDEFINITIONS TT_ACTIONDEFINITIONS

The available actions for this computation model.

Optional arguments:

iv_computationmodeldesc TYPE /AWS1/IOSRESTRICTEDDESCRIPTION /AWS1/IOSRESTRICTEDDESCRIPTION

The description of the computation model.


Queryable Attributes

computationModelId

The ID of the computation model.

Accessible with the following methods

Method Description
GET_COMPUTATIONMODELID() Getter for COMPUTATIONMODELID, with configurable default
ASK_COMPUTATIONMODELID() Getter for COMPUTATIONMODELID w/ exceptions if field has no
HAS_COMPUTATIONMODELID() Determine if COMPUTATIONMODELID has a value

computationModelArn

The ARN of the computation model, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:computation-model/${ComputationModelId}

Accessible with the following methods

Method Description
GET_COMPUTATIONMODELARN() Getter for COMPUTATIONMODELARN, with configurable default
ASK_COMPUTATIONMODELARN() Getter for COMPUTATIONMODELARN w/ exceptions if field has no
HAS_COMPUTATIONMODELARN() Determine if COMPUTATIONMODELARN has a value

computationModelName

The name of the computation model.

Accessible with the following methods

Method Description
GET_COMPUTATIONMODELNAME() Getter for COMPUTATIONMODELNAME, with configurable default
ASK_COMPUTATIONMODELNAME() Getter for COMPUTATIONMODELNAME w/ exceptions if field has n
HAS_COMPUTATIONMODELNAME() Determine if COMPUTATIONMODELNAME has a value

computationModelDescription

The description of the computation model.

Accessible with the following methods

Method Description
GET_COMPUTATIONMODELDESC() Getter for COMPUTATIONMODELDESCRIPTION, with configurable de
ASK_COMPUTATIONMODELDESC() Getter for COMPUTATIONMODELDESCRIPTION w/ exceptions if fiel
HAS_COMPUTATIONMODELDESC() Determine if COMPUTATIONMODELDESCRIPTION has a value

computationModelConfiguration

The configuration for the computation model.

Accessible with the following methods

Method Description
GET_COMPUTATIONMODELCONF() Getter for COMPUTATIONMODELCONF

computationModelDataBinding

The data binding for the computation model. Key is a variable name defined in configuration. Value is a ComputationModelDataBindingValue referenced by the variable.

Accessible with the following methods

Method Description
GET_COMPUTATIONMDELDATABIN00() Getter for COMPUTATIONMODELDATABINDING, with configurable de
ASK_COMPUTATIONMDELDATABIN00() Getter for COMPUTATIONMODELDATABINDING w/ exceptions if fiel
HAS_COMPUTATIONMDELDATABIN00() Determine if COMPUTATIONMODELDATABINDING has a value

computationModelCreationDate

The model creation date, in Unix epoch time.

Accessible with the following methods

Method Description
GET_COMPUTATIONMDELCREATIO00() Getter for COMPUTATIONMODELCREATIONDATE, with configurable d
ASK_COMPUTATIONMDELCREATIO00() Getter for COMPUTATIONMODELCREATIONDATE w/ exceptions if fie
HAS_COMPUTATIONMDELCREATIO00() Determine if COMPUTATIONMODELCREATIONDATE has a value

computationModelLastUpdateDate

The date the model was last updated, in Unix epoch time.

Accessible with the following methods

Method Description
GET_COMPUTATIONMDELLASTUPD00() Getter for COMPUTATIONMODELLASTUPDDATE, with configurable de
ASK_COMPUTATIONMDELLASTUPD00() Getter for COMPUTATIONMODELLASTUPDDATE w/ exceptions if fiel
HAS_COMPUTATIONMDELLASTUPD00() Determine if COMPUTATIONMODELLASTUPDDATE has a value

computationModelStatus

The current status of the asset model, which contains a state and an error message if any.

Accessible with the following methods

Method Description
GET_COMPUTATIONMODELSTATUS() Getter for COMPUTATIONMODELSTATUS

computationModelVersion

The version of the computation model.

Accessible with the following methods

Method Description
GET_COMPUTATIONMODELVERSION() Getter for COMPUTATIONMODELVERSION, with configurable defaul
ASK_COMPUTATIONMODELVERSION() Getter for COMPUTATIONMODELVERSION w/ exceptions if field ha
HAS_COMPUTATIONMODELVERSION() Determine if COMPUTATIONMODELVERSION has a value

actionDefinitions

The available actions for this computation model.

Accessible with the following methods

Method Description
GET_ACTIONDEFINITIONS() Getter for ACTIONDEFINITIONS, with configurable default
ASK_ACTIONDEFINITIONS() Getter for ACTIONDEFINITIONS w/ exceptions if field has no v
HAS_ACTIONDEFINITIONS() Determine if ACTIONDEFINITIONS has a value