/AWS1/CL_MDIUPDATEOUTPUT¶
Contains configuration information about one output in a feed. It is used in the UpdateFeed action.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/MDIRESOURCENAME /AWS1/MDIRESOURCENAME¶
The name of the output.
io_outputconfig TYPE REF TO /AWS1/CL_MDIOUTPUTCONFIG /AWS1/CL_MDIOUTPUTCONFIG¶
A typed property for an output in a feed. It identifies the action for Elemental Inference to perform. It also provides a repository for the results of that action. For example, CroppingConfig output will contain the metadata for the crop feature.
iv_status TYPE /AWS1/MDIOUTPUTSTATUS /AWS1/MDIOUTPUTSTATUS¶
The status of the output.
Optional arguments:¶
iv_description TYPE /AWS1/MDIRESOURCEDESCRIPTION /AWS1/MDIRESOURCEDESCRIPTION¶
A description of the output.
iv_fromassociation TYPE /AWS1/MDIBOOLEAN /AWS1/MDIBOOLEAN¶
Elemental Inference originally sets this parameter to True if this output was created by AssociateFeed or to False if this output was created by CreateFeed or UpdateFeed.
You must not change this value. Therefore, use GetFeed to determine the current value. Then in the UpdateFeed request, if the current value is True, include this parameter with a value of True. If it's False, omit the parameter.
Queryable Attributes¶
name¶
The name of the output.
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 |
outputConfig¶
A typed property for an output in a feed. It identifies the action for Elemental Inference to perform. It also provides a repository for the results of that action. For example, CroppingConfig output will contain the metadata for the crop feature.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTCONFIG() |
Getter for OUTPUTCONFIG |
status¶
The status of the output.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
description¶
A description of the output.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
fromAssociation¶
Elemental Inference originally sets this parameter to True if this output was created by AssociateFeed or to False if this output was created by CreateFeed or UpdateFeed.
You must not change this value. Therefore, use GetFeed to determine the current value. Then in the UpdateFeed request, if the current value is True, include this parameter with a value of True. If it's False, omit the parameter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FROMASSOCIATION() |
Getter for FROMASSOCIATION, with configurable default |
ASK_FROMASSOCIATION() |
Getter for FROMASSOCIATION w/ exceptions if field has no val |
HAS_FROMASSOCIATION() |
Determine if FROMASSOCIATION has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_UPDATEOUTPUTLIST¶
TYPES TT_UPDATEOUTPUTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDIUPDATEOUTPUT WITH DEFAULT KEY
.