| Package | Description |
|---|---|
| com.amazonaws.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
ZonalStatisticsConfigInput |
ZonalStatisticsConfigInput.clone() |
ZonalStatisticsConfigInput |
JobConfigInput.getZonalStatisticsConfig()
An object containing information about the job configuration for zonal statistics.
|
ZonalStatisticsConfigInput |
ZonalStatisticsConfigInput.withStatistics(Collection<String> statistics)
List of zonal statistics to compute.
|
ZonalStatisticsConfigInput |
ZonalStatisticsConfigInput.withStatistics(String... statistics)
List of zonal statistics to compute.
|
ZonalStatisticsConfigInput |
ZonalStatisticsConfigInput.withStatistics(ZonalStatistics... statistics)
List of zonal statistics to compute.
|
ZonalStatisticsConfigInput |
ZonalStatisticsConfigInput.withTargetBands(Collection<String> targetBands)
Bands used in the operation.
|
ZonalStatisticsConfigInput |
ZonalStatisticsConfigInput.withTargetBands(String... targetBands)
Bands used in the operation.
|
ZonalStatisticsConfigInput |
ZonalStatisticsConfigInput.withZoneS3Path(String zoneS3Path)
The Amazon S3 path pointing to the GeoJSON containing the polygonal zones.
|
ZonalStatisticsConfigInput |
ZonalStatisticsConfigInput.withZoneS3PathKmsKeyId(String 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobConfigInput.setZonalStatisticsConfig(ZonalStatisticsConfigInput zonalStatisticsConfig)
An object containing information about the job configuration for zonal statistics.
|
JobConfigInput |
JobConfigInput.withZonalStatisticsConfig(ZonalStatisticsConfigInput zonalStatisticsConfig)
An object containing information about the job configuration for zonal statistics.
|
Copyright © 2025. All rights reserved.