/AWS1/CL_MDICREATEOUTPUT¶
Contains configuration information about one output in a feed. It is used in the AssociateFeed and the CreateFeed actions.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/MDIRESOURCENAME /AWS1/MDIRESOURCENAME¶
A name for the output.
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 CreateFeed and AssociateFeed actions. 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 to assign to the output.
Optional arguments:¶
iv_description TYPE /AWS1/MDIRESOURCEDESCRIPTION /AWS1/MDIRESOURCEDESCRIPTION¶
A description for the output.
Queryable Attributes¶
name¶
A name for 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 is used in the CreateFeed and AssociateFeed actions. 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 to assign to 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 for 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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CREATEOUTPUTLIST¶
TYPES TT_CREATEOUTPUTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDICREATEOUTPUT WITH DEFAULT KEY
.