/AWS1/CL_SGGZONALSTATSCFGINPUT¶
The structure representing input configuration of ZonalStatistics operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_zones3path TYPE /AWS1/SGGS3URI /AWS1/SGGS3URI¶
The Amazon S3 path pointing to the GeoJSON containing the polygonal zones.
it_statistics TYPE /AWS1/CL_SGGZONALSTATSLSTINP_W=>TT_ZONALSTATISTICSLISTINPUT TT_ZONALSTATISTICSLISTINPUT¶
List of zonal statistics to compute.
Optional arguments:¶
it_targetbands TYPE /AWS1/CL_SGGSTRINGLISTINPUT_W=>TT_STRINGLISTINPUT TT_STRINGLISTINPUT¶
Bands used in the operation. If no target bands are specified, it uses all bands available input.
iv_zones3pathkmskeyid TYPE /AWS1/SGGKMSKEY /AWS1/SGGKMSKEY¶
The Amazon Resource Name (ARN) or an ID of a Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to decrypt your output artifacts with Amazon S3 server-side encryption. The SageMaker execution role must have
kms:GenerateDataKeypermission.The
KmsKeyIdcan be any of the following formats:
// KMS Key ID
"1234abcd-12ab-34cd-56ef-1234567890ab"// Amazon Resource Name (ARN) of a KMS Key
"arn:aws:kms:<region>:<account>:key/<key-id-12ab-34cd-56ef-1234567890ab>"For more information about key identifiers, see Key identifiers (KeyID) in the Amazon Web Services Key Management Service (Amazon Web Services KMS) documentation.
Queryable Attributes¶
ZoneS3Path¶
The Amazon S3 path pointing to the GeoJSON containing the polygonal zones.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ZONES3PATH() |
Getter for ZONES3PATH, with configurable default |
ASK_ZONES3PATH() |
Getter for ZONES3PATH w/ exceptions if field has no value |
HAS_ZONES3PATH() |
Determine if ZONES3PATH has a value |
Statistics¶
List of zonal statistics to compute.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATISTICS() |
Getter for STATISTICS, with configurable default |
ASK_STATISTICS() |
Getter for STATISTICS w/ exceptions if field has no value |
HAS_STATISTICS() |
Determine if STATISTICS has a value |
TargetBands¶
Bands used in the operation. If no target bands are specified, it uses all bands available input.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETBANDS() |
Getter for TARGETBANDS, with configurable default |
ASK_TARGETBANDS() |
Getter for TARGETBANDS w/ exceptions if field has no value |
HAS_TARGETBANDS() |
Determine if TARGETBANDS has a value |
ZoneS3PathKmsKeyId¶
The Amazon Resource Name (ARN) or an ID of a Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to decrypt your output artifacts with Amazon S3 server-side encryption. The SageMaker execution role must have
kms:GenerateDataKeypermission.The
KmsKeyIdcan be any of the following formats:
// KMS Key ID
"1234abcd-12ab-34cd-56ef-1234567890ab"// Amazon Resource Name (ARN) of a KMS Key
"arn:aws:kms:<region>:<account>:key/<key-id-12ab-34cd-56ef-1234567890ab>"For more information about key identifiers, see Key identifiers (KeyID) in the Amazon Web Services Key Management Service (Amazon Web Services KMS) documentation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ZONES3PATHKMSKEYID() |
Getter for ZONES3PATHKMSKEYID, with configurable default |
ASK_ZONES3PATHKMSKEYID() |
Getter for ZONES3PATHKMSKEYID w/ exceptions if field has no |
HAS_ZONES3PATHKMSKEYID() |
Determine if ZONES3PATHKMSKEYID has a value |