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