/AWS1/CL_MDITEMPLATEGROUP¶
A named set of graphics-compositing templates used by the crop feature, specified in the templateGroups array of a CroppingConfig.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/MDIRESOURCENAME /AWS1/MDIRESOURCENAME¶
A name for the template group.
it_templateuris TYPE /AWS1/CL_MDITEMPLATEURILIST_W=>TT_TEMPLATEURILIST TT_TEMPLATEURILIST¶
An array of Amazon S3 URIs that point to the graphics-compositing templates for this group. You can specify 1 or 2 URIs. Each URI must be in the form
s3://bucket-name/key. Elemental Inference reads these templates using the IAM role that you specify in accessRoleArn.
Queryable Attributes¶
name¶
A name for the template group.
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 |
templateUris¶
An array of Amazon S3 URIs that point to the graphics-compositing templates for this group. You can specify 1 or 2 URIs. Each URI must be in the form
s3://bucket-name/key. Elemental Inference reads these templates using the IAM role that you specify in accessRoleArn.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPLATEURIS() |
Getter for TEMPLATEURIS, with configurable default |
ASK_TEMPLATEURIS() |
Getter for TEMPLATEURIS w/ exceptions if field has no value |
HAS_TEMPLATEURIS() |
Determine if TEMPLATEURIS 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_TEMPLATEGROUPLIST¶
TYPES TT_TEMPLATEGROUPLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDITEMPLATEGROUP WITH DEFAULT KEY
.