Values.ZonalStatisticsConfigInputSourceThe structure representing input configuration of ZonalStatistics operation.
type nonrec t = {statistics : ZonalStatisticsListInput.t;List of zonal statistics to compute.
*)targetBands : StringListInput.t option;Bands used in the operation. If no target bands are specified, it uses all bands available input.
*)zoneS3Path : S3Uri.t;The Amazon S3 path pointing to the GeoJSON containing the polygonal zones.
*)zoneS3PathKmsKeyId : KmsKey.t option;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:GenerateDataKey permission. The KmsKeyId can 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.
*)}val make :
?targetBands:??? ->
?zoneS3PathKmsKeyId:??? ->
statistics:ZonalStatisticsListInput.t ->
zoneS3Path:S3Uri.t ->
unit ->
t