| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
static JobConfigInput |
JobConfigInput.fromBandMathConfig(BandMathConfigInput bandMathConfig)
Create an instance of this class with
bandMathConfig() initialized to the given value. |
static JobConfigInput |
JobConfigInput.fromBandMathConfig(Consumer<BandMathConfigInput.Builder> bandMathConfig)
Create an instance of this class with
bandMathConfig() initialized to the given value. |
static JobConfigInput |
JobConfigInput.fromCloudMaskingConfig(CloudMaskingConfigInput cloudMaskingConfig)
Create an instance of this class with
cloudMaskingConfig() initialized to the given value. |
static JobConfigInput |
JobConfigInput.fromCloudMaskingConfig(Consumer<CloudMaskingConfigInput.Builder> cloudMaskingConfig)
Create an instance of this class with
cloudMaskingConfig() initialized to the given value. |
static JobConfigInput |
JobConfigInput.fromCloudRemovalConfig(CloudRemovalConfigInput cloudRemovalConfig)
Create an instance of this class with
cloudRemovalConfig() initialized to the given value. |
static JobConfigInput |
JobConfigInput.fromCloudRemovalConfig(Consumer<CloudRemovalConfigInput.Builder> cloudRemovalConfig)
Create an instance of this class with
cloudRemovalConfig() initialized to the given value. |
static JobConfigInput |
JobConfigInput.fromGeoMosaicConfig(Consumer<GeoMosaicConfigInput.Builder> geoMosaicConfig)
Create an instance of this class with
geoMosaicConfig() initialized to the given value. |
static JobConfigInput |
JobConfigInput.fromGeoMosaicConfig(GeoMosaicConfigInput geoMosaicConfig)
Create an instance of this class with
geoMosaicConfig() initialized to the given value. |
static JobConfigInput |
JobConfigInput.fromLandCoverSegmentationConfig(Consumer<LandCoverSegmentationConfigInput.Builder> landCoverSegmentationConfig)
Create an instance of this class with
landCoverSegmentationConfig() initialized to the given value. |
static JobConfigInput |
JobConfigInput.fromLandCoverSegmentationConfig(LandCoverSegmentationConfigInput landCoverSegmentationConfig)
Create an instance of this class with
landCoverSegmentationConfig() initialized to the given value. |
static JobConfigInput |
JobConfigInput.fromResamplingConfig(Consumer<ResamplingConfigInput.Builder> resamplingConfig)
Create an instance of this class with
resamplingConfig() initialized to the given value. |
static JobConfigInput |
JobConfigInput.fromResamplingConfig(ResamplingConfigInput resamplingConfig)
Create an instance of this class with
resamplingConfig() initialized to the given value. |
static JobConfigInput |
JobConfigInput.fromStackConfig(Consumer<StackConfigInput.Builder> stackConfig)
Create an instance of this class with
stackConfig() initialized to the given value. |
static JobConfigInput |
JobConfigInput.fromStackConfig(StackConfigInput stackConfig)
Create an instance of this class with
stackConfig() initialized to the given value. |
static JobConfigInput |
JobConfigInput.fromTemporalStatisticsConfig(Consumer<TemporalStatisticsConfigInput.Builder> temporalStatisticsConfig)
Create an instance of this class with
temporalStatisticsConfig() initialized to the given value. |
static JobConfigInput |
JobConfigInput.fromTemporalStatisticsConfig(TemporalStatisticsConfigInput temporalStatisticsConfig)
Create an instance of this class with
temporalStatisticsConfig() initialized to the given value. |
static JobConfigInput |
JobConfigInput.fromZonalStatisticsConfig(Consumer<ZonalStatisticsConfigInput.Builder> zonalStatisticsConfig)
Create an instance of this class with
zonalStatisticsConfig() initialized to the given value. |
static JobConfigInput |
JobConfigInput.fromZonalStatisticsConfig(ZonalStatisticsConfigInput zonalStatisticsConfig)
Create an instance of this class with
zonalStatisticsConfig() initialized to the given value. |
JobConfigInput |
StartEarthObservationJobResponse.jobConfig()
An object containing information about the job configuration.
|
JobConfigInput |
StartEarthObservationJobRequest.jobConfig()
An object containing information about the job configuration.
|
JobConfigInput |
GetEarthObservationJobResponse.jobConfig()
An object containing information about the job configuration.
|
| Modifier and Type | Method and Description |
|---|---|
StartEarthObservationJobResponse.Builder |
StartEarthObservationJobResponse.Builder.jobConfig(JobConfigInput jobConfig)
An object containing information about the job configuration.
|
StartEarthObservationJobRequest.Builder |
StartEarthObservationJobRequest.Builder.jobConfig(JobConfigInput jobConfig)
An object containing information about the job configuration.
|
GetEarthObservationJobResponse.Builder |
GetEarthObservationJobResponse.Builder.jobConfig(JobConfigInput jobConfig)
An object containing information about the job configuration.
|
Copyright © 2023. All rights reserved.