Skip to content

/AWS1/CL_MDIGETOUTPUT

Contains configuration information about one output in a feed. It is used in the GetFeed action.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_name TYPE /AWS1/MDIRESOURCENAME /AWS1/MDIRESOURCENAME

The ARN of 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 GetFeed 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

The description of the output.

iv_fromassociation TYPE /AWS1/MDIBOOLEAN /AWS1/MDIBOOLEAN

True means that the output was originally created in the feed by the AssociateFeed operation. False means it was created using CreateFeed or UpdateFeed. You will need this value if you use the UpdateFeed operation to modify the list of outputs in the feed.


Queryable Attributes

name

The ARN 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 is used in the GetFeed 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

The 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

True means that the output was originally created in the feed by the AssociateFeed operation. False means it was created using CreateFeed or UpdateFeed. You will need this value if you use the UpdateFeed operation to modify the list of outputs in the feed.

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_GETOUTPUTLIST

TYPES TT_GETOUTPUTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDIGETOUTPUT WITH DEFAULT KEY
.