/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 start here
io_outputconfig TYPE REF TO /AWS1/CL_MDIOUTPUTCONFIG /AWS1/CL_MDIOUTPUTCONFIG¶
A typed property for an output in a feed. It is used in the UpdateFeed action. 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¶
This property is set by the service when you add the output to the feed, and indicates how you added the output. True means that you used the AssociateFeed operation. False means that you used the CreateFeed or UpdateFeed operation. Use GetFeed to obtain the value. If the value is True, include this field here with a value of True. If the value is False, omit the field here.
Queryable Attributes¶
name¶
The name start here
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 is used in the UpdateFeed action. 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¶
This property is set by the service when you add the output to the feed, and indicates how you added the output. True means that you used the AssociateFeed operation. False means that you used the CreateFeed or UpdateFeed operation. Use GetFeed to obtain the value. If the value is True, include this field here with a value of True. If the value is False, omit the field here.
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
.