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