Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.BandMathConfigInput
-
Packages that use BandMathConfigInput Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of BandMathConfigInput in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return BandMathConfigInput Modifier and Type Method Description BandMathConfigInputJobConfigInput. bandMathConfig()An object containing information about the job configuration for BandMath.Methods in software.amazon.awssdk.services.sagemakergeospatial.model with parameters of type BandMathConfigInput Modifier and Type Method Description JobConfigInput.BuilderJobConfigInput.Builder. bandMathConfig(BandMathConfigInput bandMathConfig)An object containing information about the job configuration for BandMath.static JobConfigInputJobConfigInput. fromBandMathConfig(BandMathConfigInput bandMathConfig)Create an instance of this class withJobConfigInput.bandMathConfig()initialized to the given value.
-